diff options
author | Tom Rini <trini@konsulko.com> | 2022-08-23 15:24:14 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-08-23 15:24:14 -0400 |
commit | 1247c35c80cb0f6f17c88d54c6575d6d1f50c608 (patch) | |
tree | 7e3f9a48685e110c07d3089c900e7d2998925f4e /configs/cubieboard7_defconfig | |
parent | 1d323d83061fae8f94a9118b8db3384daef26216 (diff) | |
download | u-boot-1247c35c80cb0f6f17c88d54c6575d6d1f50c608.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/cubieboard7_defconfig')
-rw-r--r-- | configs/cubieboard7_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/cubieboard7_defconfig b/configs/cubieboard7_defconfig index 7437d4b4b9d..449a2cb697a 100644 --- a/configs/cubieboard7_defconfig +++ b/configs/cubieboard7_defconfig @@ -3,6 +3,7 @@ CONFIG_COUNTER_FREQUENCY=24000000 CONFIG_ARCH_OWL=y CONFIG_SYS_MALLOC_LEN=0x2000000 CONFIG_DEFAULT_DEVICE_TREE="s700-cubieboard7" +CONFIG_SYS_PROMPT="U-Boot => " CONFIG_MACH_S700=y CONFIG_IDENT_STRING="\ncubieboard7" CONFIG_SYS_LOAD_ADDR=0x7ffc0 @@ -14,7 +15,6 @@ CONFIG_USE_BOOTARGS=y CONFIG_BOOTARGS="console=ttyOWL3,115200n8" # CONFIG_DISPLAY_CPUINFO is not set # CONFIG_DISPLAY_BOARDINFO is not set -CONFIG_SYS_PROMPT="U-Boot => " CONFIG_SYS_MAXARGS=64 CONFIG_SYS_PBSIZE=1051 CONFIG_SYS_BOOTM_LEN=0x800000 |