Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians/u-boot-stm
[platform/kernel/u-boot.git] / board / st / stm32f469-discovery / stm32f469-discovery.c
index 122273a..9ed6c1e 100644 (file)
@@ -42,8 +42,6 @@ int dram_init_banksize(void)
 
 int board_init(void)
 {
-       gd->bd->bi_boot_params = gd->bd->bi_dram[0].start + 0x100;
-
        return 0;
 }