diff options
Diffstat (limited to 'arch/powerpc/lib/board.c')
| -rw-r--r-- | arch/powerpc/lib/board.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/arch/powerpc/lib/board.c b/arch/powerpc/lib/board.c index 529f71960..fee825780 100644 --- a/arch/powerpc/lib/board.c +++ b/arch/powerpc/lib/board.c @@ -734,7 +734,7 @@ void board_init_r (gd_t *id, ulong dest_addr)  # if defined(CONFIG_OXC) || defined(CONFIG_RMU)  	/* flash mapped at end of memory map */ -	bd->bi_flashoffset = TEXT_BASE + flash_size; +	bd->bi_flashoffset = CONFIG_SYS_TEXT_BASE + flash_size;  # elif CONFIG_SYS_MONITOR_BASE == CONFIG_SYS_FLASH_BASE  	bd->bi_flashoffset = monitor_flash_len;	/* reserved area for startup monitor  */  # endif |