diff options
author | Tom Rini | 2024-01-03 09:26:16 -0500 |
---|---|---|
committer | Tom Rini | 2024-01-03 09:26:16 -0500 |
commit | 42fb448a203197c84d71a5d8f83012c87c5c9a8b (patch) | |
tree | 80e76802188c184a4b7216f0c594d508ad233658 /configs/vexpress_ca9x4_defconfig | |
parent | 93a0138acbe029fba1d1255cc0b9b8700b49bdff (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_ca9x4_defconfig')
-rw-r--r-- | configs/vexpress_ca9x4_defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/vexpress_ca9x4_defconfig b/configs/vexpress_ca9x4_defconfig index 195b8ad1122..2601e55ebf5 100644 --- a/configs/vexpress_ca9x4_defconfig +++ b/configs/vexpress_ca9x4_defconfig @@ -16,10 +16,10 @@ CONFIG_SYS_MONITOR_BASE=0x40000000 CONFIG_DISTRO_DEFAULTS=y CONFIG_BOOTCOMMAND="run distro_bootcmd; run bootflash" CONFIG_DEFAULT_FDT_FILE="vexpress-v2p-ca9.dtb" -# CONFIG_DISPLAY_CPUINFO is not set -# CONFIG_DISPLAY_BOARDINFO is not set CONFIG_SYS_CBSIZE=512 CONFIG_SYS_PBSIZE=532 +# CONFIG_DISPLAY_CPUINFO is not set +# CONFIG_DISPLAY_BOARDINFO is not set # CONFIG_CMD_CONSOLE is not set # CONFIG_CMD_BOOTD is not set # CONFIG_CMD_XIMG is not set |