diff options
author | Simon Glass | 2023-07-27 15:54:28 -0600 |
---|---|---|
committer | Peter Robinson | 2023-09-03 23:20:59 +0100 |
commit | c771e5b8c2a186fb072b6c6f571d4a3cc86efba9 (patch) | |
tree | 7fbb2431e0cb92c731e21fe8f8fd239c56b76500 /configs/rpi_4_defconfig | |
parent | 8999257f219d1e371c2fd66f255b8782897944d9 (diff) |
arm: rpi: Switch to standard boot
Drop use of the distro scripts and use standard boot instead.
We don't need to specify the mmc devices individually, since they are
used in order from 0 to 2, and standard boot uses that order anyway.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/rpi_4_defconfig')
-rw-r--r-- | configs/rpi_4_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/rpi_4_defconfig b/configs/rpi_4_defconfig index bbc0fd6c649..fa2c05da21e 100644 --- a/configs/rpi_4_defconfig +++ b/configs/rpi_4_defconfig @@ -10,6 +10,7 @@ CONFIG_SYS_PROMPT="U-Boot> " CONFIG_OF_LIBFDT_OVERLAY=y CONFIG_DM_RESET=y CONFIG_SYS_LOAD_ADDR=0x1000000 +CONFIG_BOOTSTD_DEFAULTS=y CONFIG_PCI=y CONFIG_OF_BOARD_SETUP=y CONFIG_DISTRO_DEFAULTS=y |