[U-Boot] [PATCH] Fix new found CFG_
Wolfgang Denk
wd at denx.de
Sun Dec 14 10:58:22 CET 2008
Dear Jean-Christophe PLAGNIOL-VILLARD,
In message <1229246979-18348-1-git-send-email-plagnioj at jcrosoft.com> you wrote:
> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com>
> ---
> board/esd/pmc440/cmd_pmc440.c | 2 +-
> board/xilinx/ppc405-generic/u-boot-ram.lds | 2 +-
> board/xilinx/ppc405-generic/u-boot-rom.lds | 2 +-
> cpu/arm926ejs/at91/usb.c | 2 +-
> cpu/mpc86xx/release.S | 2 +-
> include/configs/PMC440.h | 8 ++++----
> include/configs/afeb9260.h | 4 ++--
> include/configs/at91cap9adk.h | 2 +-
> include/configs/at91sam9260ek.h | 2 +-
> include/configs/at91sam9263ek.h | 2 +-
> 10 files changed, 14 insertions(+), 14 deletions(-)
Applied - with fixes, thanks.
> index 0004d61..b7d7b92 100644
> --- a/board/xilinx/ppc405-generic/u-boot-ram.lds
> +++ b/board/xilinx/ppc405-generic/u-boot-ram.lds
> @@ -127,7 +127,7 @@ SECTIONS
> *(COMMON)
> }
>
> - ppcenv_assert = ASSERT(. < 0xFFFFB000, ".bss section too big, overlaps .ppcenv section. Please update your confguration: CFG_MONITOR_BASE, CFG_MONITOR_LEN and TEXT_BASE may need to be modified.");
> + ppcenv_assert = ASSERT(. < 0xFFFFB000, ".bss section too big, overlaps .ppcenv section. Please update your confguration: CONFIG_SYS_MONITOR_BASE, CONFIG_SYS_MONITOR_LEN and TEXT_BASE may need to be modified.");
I also fixed the 'confguration' typo while we are at it.
> index d2bac9f..150a827 100644
> --- a/board/xilinx/ppc405-generic/u-boot-rom.lds
> +++ b/board/xilinx/ppc405-generic/u-boot-rom.lds
> @@ -137,7 +137,7 @@ SECTIONS
> *(COMMON)
> }
>
> - ppcenv_assert = ASSERT(. < 0xFFFFB000, ".bss section too big, overlaps .ppcenv section. Please update your confguration: CFG_MONITOR_BASE, CFG_MONITOR_LEN and TEXT_BASE may need to be modified.");
> + ppcenv_assert = ASSERT(. < 0xFFFFB000, ".bss section too big, overlaps .ppcenv section. Please update your confguration: CONFIG_SYS_MONITOR_BASE, CONFIG_SYS_MONITOR_LEN and TEXT_BASE may need to be modified.");
Ditto.
> --- a/include/configs/PMC440.h
> +++ b/include/configs/PMC440.h
> @@ -219,8 +219,8 @@
> #if !defined(CONFIG_NAND_U_BOOT) && !defined(CONFIG_NAND_SPL)
> #define CONFIG_DDR_DATA_EYE /* use DDR2 optimization */
> #endif
> -#define CFG_MEM_TOP_HIDE (4 << 10) /* don't use last 4kbytes */
> - /* 440EPx errata CHIP 11 */
> +#define CONFIG_SYSY_MEM_TOP_HIDE (4 << 10) /* don't use last 4kbytes */
I fixed this "SYSY" typo as well.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
C++ was an interesting and valuable experiment, but we've learned its
lessons and it's time to move on.
- Peter Curran in <DCqM4z.BxB at isgtec.com>
More information about the U-Boot
mailing list