Michal Simek | b513bcd | 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 | df24b0c | 2020-09-16 13:35:03 +0200 | [diff] [blame^] | 4 | CONFIG_SYS_MALLOC_F_LEN=0x1000 |
Tom Rini | c9285bf | 2019-04-29 15:54:04 -0400 | [diff] [blame] | 5 | CONFIG_NR_DRAM_BANKS=1 |
Tom Rini | 2e262c4 | 2020-08-10 15:31:07 -0400 | [diff] [blame] | 6 | CONFIG_ENV_SIZE=0x20000 |
Michal Simek | a932ae7 | 2018-06-04 08:33:30 +0200 | [diff] [blame] | 7 | CONFIG_DEBUG_UART_BASE=0xff010000 |
| 8 | CONFIG_DEBUG_UART_CLOCK=100000000 |
Tom Rini | 8461027 | 2020-07-28 08:46:52 -0400 | [diff] [blame] | 9 | CONFIG_DEFAULT_DEVICE_TREE="zynqmp-r5" |
Michal Simek | b513bcd | 2018-04-12 17:39:46 +0200 | [diff] [blame] | 10 | CONFIG_DEBUG_UART=y |
Michal Simek | 8e434fc | 2018-04-18 14:03:56 +0200 | [diff] [blame] | 11 | CONFIG_BOOTSTAGE=y |
Michal Simek | b513bcd | 2018-04-12 17:39:46 +0200 | [diff] [blame] | 12 | # CONFIG_DISPLAY_CPUINFO is not set |
| 13 | CONFIG_SYS_PROMPT="ZynqMP r5> " |
Michal Simek | b513bcd | 2018-04-12 17:39:46 +0200 | [diff] [blame] | 14 | # CONFIG_CMD_SETEXPR is not set |
Michal Simek | 8e434fc | 2018-04-18 14:03:56 +0200 | [diff] [blame] | 15 | CONFIG_CMD_BOOTSTAGE=y |
Michal Simek | b513bcd | 2018-04-12 17:39:46 +0200 | [diff] [blame] | 16 | CONFIG_OF_EMBED=y |
Adam Ford | 710966e | 2020-07-03 06:48:56 -0500 | [diff] [blame] | 17 | CONFIG_ENV_OVERWRITE=y |
Tom Rini | ca63e71 | 2019-11-12 22:46:36 -0500 | [diff] [blame] | 18 | CONFIG_SYS_RELOC_GD_ENV_ADDR=y |
Michal Simek | b513bcd | 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 | 2e0c669 | 2020-09-14 16:27:56 +0200 | [diff] [blame] | 22 | # CONFIG_EFI_LOADER is not set |