diff options
author | Tom Rini <trini@konsulko.com> | 2023-10-02 10:35:27 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-10-02 10:35:27 -0400 |
commit | ba6d575ee0715b914ab31941e180c65ee097b22b (patch) | |
tree | 3f0c57192298172359882b4c386b69ff25b30f0a /configs/rpi_0_w_defconfig | |
parent | f75bd201bfb1f2a30227f1e9528996f2b3025b58 (diff) | |
download | u-boot-ba6d575ee0715b914ab31941e180c65ee097b22b.tar.gz |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/rpi_0_w_defconfig')
-rw-r--r-- | configs/rpi_0_w_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/rpi_0_w_defconfig b/configs/rpi_0_w_defconfig index 3167bfbe48f..ab6e6bcf29e 100644 --- a/configs/rpi_0_w_defconfig +++ b/configs/rpi_0_w_defconfig @@ -9,7 +9,6 @@ CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x7ffff00 CONFIG_ENV_SIZE=0x4000 CONFIG_DEFAULT_DEVICE_TREE="bcm2835-rpi-zero-w" -CONFIG_SYS_PROMPT="U-Boot> " CONFIG_OF_LIBFDT_OVERLAY=y CONFIG_SYS_LOAD_ADDR=0x1000000 CONFIG_BOOTSTD_DEFAULTS=y @@ -19,6 +18,7 @@ CONFIG_USE_PREBOOT=y # CONFIG_DISPLAY_BOARDINFO is not set CONFIG_MISC_INIT_R=y CONFIG_FDT_SIMPLEFB=y +CONFIG_SYS_PROMPT="U-Boot> " CONFIG_SYS_PBSIZE=1049 CONFIG_CMD_GPIO=y CONFIG_CMD_MMC=y |