Peter Hoyes | 3ca0ea0 | 2022-03-04 16:30:18 +0000 | [diff] [blame] | 1 | CONFIG_ARM=y |
Peng Fan | c8a61c0 | 2022-04-13 17:47:20 +0800 | [diff] [blame] | 2 | CONFIG_COUNTER_FREQUENCY=24000000 |
Peter Hoyes | 3ca0ea0 | 2022-03-04 16:30:18 +0000 | [diff] [blame] | 3 | CONFIG_ARCH_VEXPRESS64=y |
| 4 | CONFIG_NR_DRAM_BANKS=2 |
| 5 | CONFIG_DEFAULT_DEVICE_TREE="arm_fvp" |
| 6 | CONFIG_IDENT_STRING=" vexpress_aemv8r64" |
| 7 | CONFIG_TARGET_VEXPRESS64_BASER_FVP=y |
| 8 | CONFIG_REMAKE_ELF=y |
| 9 | CONFIG_BOOTDELAY=3 |
| 10 | CONFIG_USE_BOOTARGS=y |
| 11 | CONFIG_BOOTARGS="console=ttyAMA0 earlycon=pl011,0x9c090000 rootfstype=ext4 root=/dev/vda2 rw rootwait" |
Tom Rini | 914a8c0 | 2024-01-03 09:26:16 -0500 | [diff] [blame] | 12 | CONFIG_SYS_CBSIZE=512 |
| 13 | CONFIG_SYS_PBSIZE=541 |
Peter Hoyes | 3ca0ea0 | 2022-03-04 16:30:18 +0000 | [diff] [blame] | 14 | # CONFIG_DISPLAY_CPUINFO is not set |
Tom Rini | c435985 | 2023-10-02 10:35:27 -0400 | [diff] [blame] | 15 | CONFIG_SYS_PROMPT="VExpress64# " |
Peter Hoyes | 3ca0ea0 | 2022-03-04 16:30:18 +0000 | [diff] [blame] | 16 | # CONFIG_MMC is not set |