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/mt7623a_unielec_u7623_02_defconfig | |
parent | f75bd201bfb1f2a30227f1e9528996f2b3025b58 (diff) | |
download | u-boot-ba6d575ee0715b914ab31941e180c65ee097b22b.tar.gz u-boot-ba6d575ee0715b914ab31941e180c65ee097b22b.tar.bz2 u-boot-ba6d575ee0715b914ab31941e180c65ee097b22b.zip |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/mt7623a_unielec_u7623_02_defconfig')
-rw-r--r-- | configs/mt7623a_unielec_u7623_02_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/mt7623a_unielec_u7623_02_defconfig b/configs/mt7623a_unielec_u7623_02_defconfig index 20c84d65df..bc50b2deff 100644 --- a/configs/mt7623a_unielec_u7623_02_defconfig +++ b/configs/mt7623a_unielec_u7623_02_defconfig @@ -10,7 +10,6 @@ CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x81ffff10 CONFIG_ENV_SIZE=0x1000 CONFIG_ENV_OFFSET=0x100000 CONFIG_DEFAULT_DEVICE_TREE="mt7623a-unielec-u7623-02-emmc" -CONFIG_SYS_PROMPT="U-Boot> " CONFIG_TARGET_MT7623=y CONFIG_SYS_LOAD_ADDR=0x84000000 CONFIG_FIT=y @@ -20,6 +19,7 @@ CONFIG_BOOTDELAY=3 CONFIG_DEFAULT_FDT_FILE="mt7623a-unielec-u7623-02-emmc.dtb" CONFIG_SYS_CONSOLE_IS_IN_ENV=y # CONFIG_DISPLAY_BOARDINFO is not set +CONFIG_SYS_PROMPT="U-Boot> " CONFIG_SYS_MAXARGS=8 CONFIG_SYS_PBSIZE=1049 CONFIG_SYS_BOOTM_LEN=0x4000000 |