diff options
Diffstat (limited to 'board/st/stm32f469-discovery/stm32f469-discovery.c')
-rw-r--r-- | board/st/stm32f469-discovery/stm32f469-discovery.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/st/stm32f469-discovery/stm32f469-discovery.c b/board/st/stm32f469-discovery/stm32f469-discovery.c index a457f909527..70d23d90f4c 100644 --- a/board/st/stm32f469-discovery/stm32f469-discovery.c +++ b/board/st/stm32f469-discovery/stm32f469-discovery.c @@ -48,7 +48,7 @@ int board_early_init_f(void) int board_init(void) { - gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE + 0x100; + gd->bd->bi_boot_params = gd->bd->bi_dram[0].start + 0x100; return 0; } |