Michal Simek | 1d6c54e | 2018-04-12 17:39:46 +0200 | [diff] [blame] | 1 | CONFIG_ARM=y |
| 2 | CONFIG_ARCH_ZYNQMP_R5=y |
| 3 | CONFIG_SYS_TEXT_BASE=0x10000000 |
Michal Simek | fff0771 | 2020-09-16 13:35:03 +0200 | [diff] [blame] | 4 | CONFIG_SYS_MALLOC_F_LEN=0x1000 |
Tom Rini | d168bcb | 2019-04-29 15:54:04 -0400 | [diff] [blame] | 5 | CONFIG_NR_DRAM_BANKS=1 |
Tom Rini | 554e551 | 2020-08-10 15:31:07 -0400 | [diff] [blame] | 6 | CONFIG_ENV_SIZE=0x20000 |
Michal Simek | dcd8a10 | 2018-06-04 08:33:30 +0200 | [diff] [blame] | 7 | CONFIG_DEBUG_UART_BASE=0xff010000 |
| 8 | CONFIG_DEBUG_UART_CLOCK=100000000 |
Tom Rini | f7d0ae9 | 2020-07-28 08:46:52 -0400 | [diff] [blame] | 9 | CONFIG_DEFAULT_DEVICE_TREE="zynqmp-r5" |
Michal Simek | 1d6c54e | 2018-04-12 17:39:46 +0200 | [diff] [blame] | 10 | CONFIG_DEBUG_UART=y |
Michal Simek | 56c0e64 | 2018-04-18 14:03:56 +0200 | [diff] [blame] | 11 | CONFIG_BOOTSTAGE=y |
Michal Simek | 1d6c54e | 2018-04-12 17:39:46 +0200 | [diff] [blame] | 12 | # CONFIG_DISPLAY_CPUINFO is not set |
| 13 | CONFIG_SYS_PROMPT="ZynqMP r5> " |
Michal Simek | 1d6c54e | 2018-04-12 17:39:46 +0200 | [diff] [blame] | 14 | # CONFIG_CMD_SETEXPR is not set |
Michal Simek | 56c0e64 | 2018-04-18 14:03:56 +0200 | [diff] [blame] | 15 | CONFIG_CMD_BOOTSTAGE=y |
Michal Simek | 1d6c54e | 2018-04-12 17:39:46 +0200 | [diff] [blame] | 16 | CONFIG_OF_EMBED=y |
Adam Ford | e91907a | 2020-07-03 06:48:56 -0500 | [diff] [blame] | 17 | CONFIG_ENV_OVERWRITE=y |
Tom Rini | 8d8ee47 | 2019-11-12 22:46:36 -0500 | [diff] [blame] | 18 | CONFIG_SYS_RELOC_GD_ENV_ADDR=y |
Michal Simek | 1d6c54e | 2018-04-12 17:39:46 +0200 | [diff] [blame] | 19 | CONFIG_ZYNQ_SERIAL=y |
| 20 | CONFIG_TIMER=y |
| 21 | CONFIG_CADENCE_TTC_TIMER=y |
Michal Simek | b76907e | 2020-09-14 16:27:56 +0200 | [diff] [blame] | 22 | # CONFIG_EFI_LOADER is not set |