diff options
Diffstat (limited to 'board/st/stm32f429-evaluation/stm32f429-evaluation.c')
-rw-r--r-- | board/st/stm32f429-evaluation/stm32f429-evaluation.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/st/stm32f429-evaluation/stm32f429-evaluation.c b/board/st/stm32f429-evaluation/stm32f429-evaluation.c index fd2109b27c0..8ab2fa5d59a 100644 --- a/board/st/stm32f429-evaluation/stm32f429-evaluation.c +++ b/board/st/stm32f429-evaluation/stm32f429-evaluation.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; } |