1CONFIG_ARM=y
2CONFIG_TARGET_THUNDERX_88XX=y
3CONFIG_SYS_TEXT_BASE=0x00500000
4CONFIG_DEBUG_UART_BASE=0x87e024000000
5CONFIG_DEBUG_UART_CLOCK=24000000
6CONFIG_IDENT_STRING=" for Cavium Thunder CN88XX ARM v8 Multi-Core"
7CONFIG_DEBUG_UART=y
8CONFIG_NR_DRAM_BANKS=1
9CONFIG_BOOTDELAY=5
10CONFIG_USE_BOOTARGS=y
11CONFIG_BOOTARGS="console=ttyAMA0,115200n8 earlycon=pl011,0x87e024000000 debug maxcpus=48 rootwait rw root=/dev/sda2 coherent_pool=16M"
12# CONFIG_DISPLAY_CPUINFO is not set
13# CONFIG_DISPLAY_BOARDINFO is not set
14CONFIG_HUSH_PARSER=y
15# CONFIG_AUTO_COMPLETE is not set
16CONFIG_SYS_PROMPT="ThunderX_88XX> "
17# CONFIG_CMD_EXPORTENV is not set
18# CONFIG_CMD_IMPORTENV is not set
19# CONFIG_CMD_EDITENV is not set
20# CONFIG_CMD_SAVEENV is not set
21# CONFIG_CMD_ENV_EXISTS is not set
22# CONFIG_CMD_FLASH is not set
23# CONFIG_CMD_NET is not set
24CONFIG_DEFAULT_DEVICE_TREE="thunderx-88xx"
25CONFIG_DM=y
26# CONFIG_MMC is not set
27CONFIG_DM_SERIAL=y
28CONFIG_DEBUG_UART_PL011=y
29CONFIG_DEBUG_UART_SKIP_INIT=y
30