]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
powerpc/t2080qds: undef CONFIG_FSL_DDR_INTERACTIVE
authorShengzhou Liu <Shengzhou.Liu@freescale.com>
Wed, 4 Dec 2013 06:21:05 +0000 (14:21 +0800)
committerYork Sun <yorksun@freescale.com>
Wed, 4 Dec 2013 22:55:05 +0000 (14:55 -0800)
commit085db5ca3aa306d2002c765191ce1a73fa962553
tree0533a4359e74108e34b5f4bbe31cc7841bc3f9de
parente88f421e7a65e5bd0c6131e5202d710e73dd4aae
powerpc/t2080qds: undef CONFIG_FSL_DDR_INTERACTIVE

Usually CONFIG_FSL_DDR_INTERACTIVE feature is used for debug.
we would not enable this by default to save the limited space of u-boot.

This avoid following compiling error:
section .bootpg loaded at [00000000effff000,00000000effff577] overlap ssection
.data loaded at [00000000efff31b8,00000000f00010c7]
u-boot: section .bootpg lma 0xeffff000 adjusted to 0xf00010c8

Signed-off-by: Shengzhou Liu <Shengzhou.Liu@freescale.com>
Acked-by: York Sun <yorksun@freescale.com>
include/configs/T2080QDS.h