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/stih410-b2260_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/stih410-b2260_defconfig')
-rw-r--r-- | configs/stih410-b2260_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/stih410-b2260_defconfig b/configs/stih410-b2260_defconfig index edfb1950f6a..3160a9b34ef 100644 --- a/configs/stih410-b2260_defconfig +++ b/configs/stih410-b2260_defconfig @@ -9,7 +9,6 @@ CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x7bdfff10 CONFIG_ENV_SIZE=0x4000 CONFIG_DEFAULT_DEVICE_TREE="stih410-b2260" -CONFIG_SYS_PROMPT="stih410-b2260 => " CONFIG_OF_LIBFDT_OVERLAY=y CONFIG_IDENT_STRING="STMicroelectronics STiH410-B2260" CONFIG_SYS_LOAD_ADDR=0x40000000 @@ -19,6 +18,7 @@ CONFIG_DISTRO_DEFAULTS=y CONFIG_USE_BOOTARGS=y CONFIG_BOOTARGS="console=ttyAS1,115200 CONSOLE=/dev/ttyAS1 consoleblank=0 root=/dev/mmcblk0p2 rootfstype=ext4 rw rootwait mem=992M@0x40000000 vmalloc=256m" # CONFIG_DISPLAY_CPUINFO is not set +CONFIG_SYS_PROMPT="stih410-b2260 => " CONFIG_SYS_PBSIZE=1058 CONFIG_SYS_BOOTM_LEN=0x1000000 CONFIG_CMD_ASKENV=y |