]> git.sur5r.net Git - u-boot/blob - arch/arm/cpu/armv8/zynqmp/Kconfig
zynq: Increase the early malloc() size
[u-boot] / arch / arm / cpu / armv8 / zynqmp / Kconfig
1 if ARCH_ZYNQMP
2
3 config SYS_BOARD
4         default "zynqmp"
5
6 config SYS_VENDOR
7         default "xilinx"
8
9 config SYS_SOC
10         default "zynqmp"
11
12 config SYS_CONFIG_NAME
13         string "Board configuration name"
14         default "xilinx_zynqmp"
15         help
16           This option contains information about board configuration name.
17           Based on this option include/configs/<CONFIG_SYS_CONFIG_NAME>.h header
18           will be used for board configuration.
19
20 config ZYNQMP_USB
21         bool "Configure ZynqMP USB"
22
23 config SYS_MALLOC_F_LEN
24         default 0x600
25
26
27 endif