public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] powerpc/t2080qds: undef CONFIG_FSL_DDR_INTERACTIVE
@ 2013-12-04  6:21 Shengzhou Liu
  2013-12-04 23:43 ` York Sun
  0 siblings, 1 reply; 2+ messages in thread
From: Shengzhou Liu @ 2013-12-04  6:21 UTC (permalink / raw)
  To: u-boot

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>
---
 include/configs/T2080QDS.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
1.8.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH] powerpc/t2080qds: undef CONFIG_FSL_DDR_INTERACTIVE
  2013-12-04  6:21 [U-Boot] [PATCH] powerpc/t2080qds: undef CONFIG_FSL_DDR_INTERACTIVE Shengzhou Liu
@ 2013-12-04 23:43 ` York Sun
  0 siblings, 0 replies; 2+ messages in thread
From: York Sun @ 2013-12-04 23:43 UTC (permalink / raw)
  To: u-boot

On 12/03/2013 10:21 PM, Shengzhou Liu wrote:
> 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>
> ---


Applied to u-boot-mpc85xx/master. Thanks.

York

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-12-04 23:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-04  6:21 [U-Boot] [PATCH] powerpc/t2080qds: undef CONFIG_FSL_DDR_INTERACTIVE Shengzhou Liu
2013-12-04 23:43 ` York Sun

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox