Re: [U-Boot] [PATCH] ppc/85xx: Use CONFIG_SYS_MONITOR_LEN in linker script

2009-09-09 Thread Wolfgang Denk
Dear Kumar Gala, In message <1252503014-3651-1-git-send-email-ga...@kernel.crashing.org> you wrote: > Now that we set CONFIG_SYS_MONITOR_LEN properly we can use it and > TEXT_BASE to ensure that the boot page and reset vector are placed at > the proper location in the u-boot image. > > We needed

[U-Boot] [PATCH] ppc/85xx: Use CONFIG_SYS_MONITOR_LEN in linker script

2009-09-09 Thread Kumar Gala
Now that we set CONFIG_SYS_MONITOR_LEN properly we can use it and TEXT_BASE to ensure that the boot page and reset vector are placed at the proper location in the u-boot image. We needed to cleanup the use of a C++ comment in P1_P2_RDB.h to allow use of config.h in u-boot.lds. Signed-off-by: Kuma