diff options
author | Shengzhou Liu <Shengzhou.Liu@freescale.com> | 2013-12-04 14:21:05 +0800 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2013-12-04 14:55:05 -0800 |
commit | 085db5ca3aa306d2002c765191ce1a73fa962553 (patch) | |
tree | 0533a4359e74108e34b5f4bbe31cc7841bc3f9de /include/configs/T2080QDS.h | |
parent | e88f421e7a65e5bd0c6131e5202d710e73dd4aae (diff) | |
download | u-boot-imx-085db5ca3aa306d2002c765191ce1a73fa962553.zip u-boot-imx-085db5ca3aa306d2002c765191ce1a73fa962553.tar.gz u-boot-imx-085db5ca3aa306d2002c765191ce1a73fa962553.tar.bz2 |
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>
Diffstat (limited to 'include/configs/T2080QDS.h')
-rw-r--r-- | include/configs/T2080QDS.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/T2080QDS.h b/include/configs/T2080QDS.h index ad09816..bff001f 100644 --- a/include/configs/T2080QDS.h +++ b/include/configs/T2080QDS.h @@ -155,7 +155,7 @@ unsigned long get_board_ddr_clk(void); #define CONFIG_CHIP_SELECTS_PER_CTRL (4 * CONFIG_DIMM_SLOTS_PER_CTLR) #define CONFIG_DDR_SPD #define CONFIG_SYS_FSL_DDR3 -#define CONFIG_FSL_DDR_INTERACTIVE +#undef CONFIG_FSL_DDR_INTERACTIVE #define CONFIG_SYS_SPD_BUS_NUM 0 #define CONFIG_SYS_SDRAM_SIZE 2048 /* for fixed parameter use */ #define SPD_EEPROM_ADDRESS1 0x51 |