diff options
author | Tom Rini | 2022-08-23 15:24:14 -0400 |
---|---|---|
committer | Tom Rini | 2022-08-23 15:24:14 -0400 |
commit | 1247c35c80cb0f6f17c88d54c6575d6d1f50c608 (patch) | |
tree | 7e3f9a48685e110c07d3089c900e7d2998925f4e /configs/vexpress_aemv8r_defconfig | |
parent | 1d323d83061fae8f94a9118b8db3384daef26216 (diff) |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/vexpress_aemv8r_defconfig')
-rw-r--r-- | configs/vexpress_aemv8r_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/vexpress_aemv8r_defconfig b/configs/vexpress_aemv8r_defconfig index 2cc28d6c6a3..495eb1dee39 100644 --- a/configs/vexpress_aemv8r_defconfig +++ b/configs/vexpress_aemv8r_defconfig @@ -3,6 +3,7 @@ CONFIG_COUNTER_FREQUENCY=24000000 CONFIG_ARCH_VEXPRESS64=y CONFIG_NR_DRAM_BANKS=2 CONFIG_DEFAULT_DEVICE_TREE="arm_fvp" +CONFIG_SYS_PROMPT="VExpress64# " CONFIG_IDENT_STRING=" vexpress_aemv8r64" CONFIG_TARGET_VEXPRESS64_BASER_FVP=y CONFIG_REMAKE_ELF=y @@ -10,7 +11,6 @@ CONFIG_BOOTDELAY=3 CONFIG_USE_BOOTARGS=y CONFIG_BOOTARGS="console=ttyAMA0 earlycon=pl011,0x9c090000 rootfstype=ext4 root=/dev/vda2 rw rootwait" # CONFIG_DISPLAY_CPUINFO is not set -CONFIG_SYS_PROMPT="VExpress64# " CONFIG_SYS_MAXARGS=64 CONFIG_SYS_CBSIZE=512 CONFIG_SYS_PBSIZE=541 |