On Mar 6, 2011, at 10:17 PM, Kumar Gala wrote: > From: Priyanka Jain <[email protected]> > > Using DDR as RAMBOOT base instead of L2SRAM for SDCard and SPI Flash > boot loaders because: > - P1_P2_RDB boards have soldered DDR so no need for SPD > - Also P102x has 256K L2 cache size so becomes a limiting factor for > size of image that could be loaded in SRAM mode and would require three > stage boot loader (TPL). > > Changes done: > 1. CONFIG_SYS_TEXT_BASE to 0x11000000 > 2. CONFIG_RESET_VECTOR_ADDRESS to 0x1107fffc > > Signed-off-by: Priyanka Jain <[email protected]> > Signed-off-by: Poonam Aggrwal <[email protected]> > Signed-off-by: Dipen Dudhat <[email protected]> > Signed-off-by: Kumar Gala <[email protected]> > --- > board/freescale/p1_p2_rdb/ddr.c | 15 +++++++++++---- > board/freescale/p1_p2_rdb/tlb.c | 13 ++++--------- > include/configs/P1_P2_RDB.h | 8 ++++---- > 3 files changed, 19 insertions(+), 17 deletions(-)
applied to 85xx next - k _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

