Tom Rini | 10e4779 | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Michal Simek | 04b7e62 | 2015-01-15 10:01:51 +0100 | [diff] [blame] | 2 | /* |
| 3 | * Configuration for Xilinx ZynqMP |
| 4 | * (C) Copyright 2014 - 2015 Xilinx, Inc. |
| 5 | * Michal Simek <michal.simek@xilinx.com> |
| 6 | * |
| 7 | * Based on Configuration for Versatile Express |
Michal Simek | 04b7e62 | 2015-01-15 10:01:51 +0100 | [diff] [blame] | 8 | */ |
| 9 | |
| 10 | #ifndef __XILINX_ZYNQMP_H |
| 11 | #define __XILINX_ZYNQMP_H |
| 12 | |
| 13 | #define CONFIG_REMAKE_ELF |
| 14 | |
| 15 | /* #define CONFIG_ARMV8_SWITCH_TO_EL1 */ |
| 16 | |
Michal Simek | 04b7e62 | 2015-01-15 10:01:51 +0100 | [diff] [blame] | 17 | /* Generic Interrupt Controller Definitions */ |
| 18 | #define CONFIG_GICV2 |
| 19 | #define GICD_BASE 0xF9010000 |
| 20 | #define GICC_BASE 0xF9020000 |
| 21 | |
Soren Brinkmann | e911cd0 | 2016-07-27 14:12:03 -0700 | [diff] [blame] | 22 | #define CONFIG_SYS_INIT_SP_ADDR CONFIG_SYS_TEXT_BASE |
Michal Simek | 04b7e62 | 2015-01-15 10:01:51 +0100 | [diff] [blame] | 23 | |
Michal Simek | 04b7e62 | 2015-01-15 10:01:51 +0100 | [diff] [blame] | 24 | /* Generic Timer Definitions - setup in EL3. Setup by ATF for other cases */ |
Michal Simek | d48a170 | 2015-11-05 08:32:14 +0100 | [diff] [blame] | 25 | #if !defined(COUNTER_FREQUENCY) |
| 26 | # define COUNTER_FREQUENCY 100000000 |
| 27 | #endif |
Michal Simek | 04b7e62 | 2015-01-15 10:01:51 +0100 | [diff] [blame] | 28 | |
| 29 | /* Size of malloc() pool */ |
Siva Durga Prasad Paladugu | ba1f68e | 2015-08-04 13:03:26 +0530 | [diff] [blame] | 30 | #define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 0x2000000) |
Michal Simek | 04b7e62 | 2015-01-15 10:01:51 +0100 | [diff] [blame] | 31 | |
| 32 | /* Serial setup */ |
Michal Simek | d5c13f7 | 2016-02-23 10:02:29 +0100 | [diff] [blame] | 33 | #define CONFIG_ARM_DCC |
| 34 | #define CONFIG_CPU_ARMV8 |
Michal Simek | 04b7e62 | 2015-01-15 10:01:51 +0100 | [diff] [blame] | 35 | |
Michal Simek | 04b7e62 | 2015-01-15 10:01:51 +0100 | [diff] [blame] | 36 | #define CONFIG_SYS_BAUDRATE_TABLE \ |
| 37 | { 4800, 9600, 19200, 38400, 57600, 115200 } |
| 38 | |
Michal Simek | c68918e | 2015-07-23 12:03:55 +0200 | [diff] [blame] | 39 | /* BOOTP options */ |
| 40 | #define CONFIG_BOOTP_BOOTFILESIZE |
Michal Simek | c68918e | 2015-07-23 12:03:55 +0200 | [diff] [blame] | 41 | #define CONFIG_BOOTP_MAY_FAIL |
Michal Simek | 0061556 | 2016-04-22 14:28:17 +0200 | [diff] [blame] | 42 | |
Siva Durga Prasad Paladugu | 937ad76 | 2015-11-17 14:30:09 +0530 | [diff] [blame] | 43 | #ifdef CONFIG_NAND_ARASAN |
Siva Durga Prasad Paladugu | 937ad76 | 2015-11-17 14:30:09 +0530 | [diff] [blame] | 44 | # define CONFIG_SYS_MAX_NAND_DEVICE 1 |
Siva Durga Prasad Paladugu | 937ad76 | 2015-11-17 14:30:09 +0530 | [diff] [blame] | 45 | # define CONFIG_SYS_NAND_ONFI_DETECTION |
Siva Durga Prasad Paladugu | 937ad76 | 2015-11-17 14:30:09 +0530 | [diff] [blame] | 46 | #endif |
| 47 | |
Michal Simek | 1a1ab5a | 2018-01-15 12:52:59 +0100 | [diff] [blame] | 48 | #if defined(CONFIG_SPL_BUILD) |
| 49 | #define CONFIG_ZYNQMP_PSU_INIT_ENABLED |
| 50 | #endif |
| 51 | |
Michal Simek | 04b7e62 | 2015-01-15 10:01:51 +0100 | [diff] [blame] | 52 | /* Miscellaneous configurable options */ |
| 53 | #define CONFIG_SYS_LOAD_ADDR 0x8000000 |
| 54 | |
Siva Durga Prasad Paladugu | ba1f68e | 2015-08-04 13:03:26 +0530 | [diff] [blame] | 55 | #if defined(CONFIG_ZYNQMP_USB) |
Siva Durga Prasad Paladugu | ba1f68e | 2015-08-04 13:03:26 +0530 | [diff] [blame] | 56 | #define CONFIG_SYS_DFU_DATA_BUF_SIZE 0x1800000 |
| 57 | #define DFU_DEFAULT_POLL_TIMEOUT 300 |
Siva Durga Prasad Paladugu | ba1f68e | 2015-08-04 13:03:26 +0530 | [diff] [blame] | 58 | #define CONFIG_THOR_RESET_OFF |
| 59 | #define DFU_ALT_INFO_RAM \ |
| 60 | "dfu_ram_info=" \ |
Siva Durga Prasad Paladugu | c2d1150 | 2015-09-11 11:57:25 +0530 | [diff] [blame] | 61 | "setenv dfu_alt_info " \ |
Siva Durga Prasad Paladugu | e69d0fe | 2015-09-07 11:03:47 +0530 | [diff] [blame] | 62 | "Image ram $kernel_addr $kernel_size\\\\;" \ |
| 63 | "system.dtb ram $fdt_addr $fdt_size\0" \ |
Siva Durga Prasad Paladugu | ba1f68e | 2015-08-04 13:03:26 +0530 | [diff] [blame] | 64 | "dfu_ram=run dfu_ram_info && dfu 0 ram 0\0" \ |
| 65 | "thor_ram=run dfu_ram_info && thordown 0 ram 0\0" |
| 66 | |
| 67 | #define DFU_ALT_INFO \ |
| 68 | DFU_ALT_INFO_RAM |
Siva Durga Prasad Paladugu | 82e7fb2 | 2016-05-12 10:54:41 +0530 | [diff] [blame] | 69 | |
| 70 | #ifndef CONFIG_SPL_BUILD |
Siva Durga Prasad Paladugu | 82e7fb2 | 2016-05-12 10:54:41 +0530 | [diff] [blame] | 71 | # define PARTS_DEFAULT \ |
| 72 | "partitions=uuid_disk=${uuid_gpt_disk};" \ |
| 73 | "name=""boot"",size=16M,uuid=${uuid_gpt_boot};" \ |
| 74 | "name=""Linux"",size=-M,uuid=${uuid_gpt_Linux}\0" |
| 75 | #endif |
Siva Durga Prasad Paladugu | ba1f68e | 2015-08-04 13:03:26 +0530 | [diff] [blame] | 76 | #endif |
| 77 | |
| 78 | #if !defined(DFU_ALT_INFO) |
| 79 | # define DFU_ALT_INFO |
| 80 | #endif |
| 81 | |
Siva Durga Prasad Paladugu | 82e7fb2 | 2016-05-12 10:54:41 +0530 | [diff] [blame] | 82 | #if !defined(PARTS_DEFAULT) |
| 83 | # define PARTS_DEFAULT |
| 84 | #endif |
| 85 | |
Michal Simek | 04b7e62 | 2015-01-15 10:01:51 +0100 | [diff] [blame] | 86 | /* Monitor Command Prompt */ |
| 87 | /* Console I/O Buffer Size */ |
| 88 | #define CONFIG_SYS_CBSIZE 2048 |
Michal Simek | 04b7e62 | 2015-01-15 10:01:51 +0100 | [diff] [blame] | 89 | #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE |
Michal Simek | 04b7e62 | 2015-01-15 10:01:51 +0100 | [diff] [blame] | 90 | #define CONFIG_SYS_MAXARGS 64 |
| 91 | |
Michal Simek | c68918e | 2015-07-23 12:03:55 +0200 | [diff] [blame] | 92 | /* Ethernet driver */ |
Michal Simek | 3d7285f | 2015-11-30 14:34:52 +0100 | [diff] [blame] | 93 | #if defined(CONFIG_ZYNQ_GEM) |
Michal Simek | c68918e | 2015-07-23 12:03:55 +0200 | [diff] [blame] | 94 | # define CONFIG_SYS_FAULT_ECHO_LINK_DOWN |
Siva Durga Prasad Paladugu | 7355104 | 2016-01-05 15:21:46 +0530 | [diff] [blame] | 95 | # define PHY_ANEG_TIMEOUT 20000 |
Michal Simek | c68918e | 2015-07-23 12:03:55 +0200 | [diff] [blame] | 96 | #endif |
| 97 | |
Michal Simek | 04b7e62 | 2015-01-15 10:01:51 +0100 | [diff] [blame] | 98 | #define CONFIG_SYS_BOOTM_LEN (60 * 1024 * 1024) |
| 99 | |
Michal Simek | 04b7e62 | 2015-01-15 10:01:51 +0100 | [diff] [blame] | 100 | #define CONFIG_CLOCKS |
| 101 | |
Michal Simek | ecfb6dc | 2016-04-22 14:28:54 +0200 | [diff] [blame] | 102 | #define ENV_MEM_LAYOUT_SETTINGS \ |
| 103 | "fdt_high=10000000\0" \ |
Michal Simek | ecfb6dc | 2016-04-22 14:28:54 +0200 | [diff] [blame] | 104 | "fdt_addr_r=0x40000000\0" \ |
| 105 | "pxefile_addr_r=0x10000000\0" \ |
| 106 | "kernel_addr_r=0x18000000\0" \ |
Siva Durga Prasad Paladugu | 94643bf | 2019-06-25 17:41:08 +0530 | [diff] [blame] | 107 | "scriptaddr=0x20000000\0" \ |
Michal Simek | ecfb6dc | 2016-04-22 14:28:54 +0200 | [diff] [blame] | 108 | "ramdisk_addr_r=0x02100000\0" \ |
Siva Durga Prasad Paladugu | b541a3e | 2019-01-24 11:32:04 +0530 | [diff] [blame] | 109 | "script_size_f=0x80000\0" \ |
Michal Simek | ecfb6dc | 2016-04-22 14:28:54 +0200 | [diff] [blame] | 110 | |
Masahiro Yamada | 168c57d | 2017-01-30 19:46:51 +0900 | [diff] [blame] | 111 | #if defined(CONFIG_MMC_SDHCI_ZYNQ) |
Michal Simek | ecfb6dc | 2016-04-22 14:28:54 +0200 | [diff] [blame] | 112 | # define BOOT_TARGET_DEVICES_MMC(func) func(MMC, mmc, 0) func(MMC, mmc, 1) |
| 113 | #else |
| 114 | # define BOOT_TARGET_DEVICES_MMC(func) |
| 115 | #endif |
| 116 | |
| 117 | #if defined(CONFIG_SATA_CEVA) |
| 118 | # define BOOT_TARGET_DEVICES_SCSI(func) func(SCSI, scsi, 0) |
| 119 | #else |
| 120 | # define BOOT_TARGET_DEVICES_SCSI(func) |
| 121 | #endif |
| 122 | |
| 123 | #if defined(CONFIG_ZYNQMP_USB) |
| 124 | # define BOOT_TARGET_DEVICES_USB(func) func(USB, usb, 0) func(USB, usb, 1) |
| 125 | #else |
| 126 | # define BOOT_TARGET_DEVICES_USB(func) |
| 127 | #endif |
| 128 | |
Joe Hershberger | 8e8594f | 2018-04-13 15:26:40 -0500 | [diff] [blame] | 129 | #if defined(CONFIG_CMD_PXE) && defined(CONFIG_CMD_DHCP) |
Michal Simek | 5d23227 | 2018-03-28 15:20:48 +0200 | [diff] [blame] | 130 | # define BOOT_TARGET_DEVICES_PXE(func) func(PXE, pxe, na) |
| 131 | #else |
| 132 | # define BOOT_TARGET_DEVICES_PXE(func) |
| 133 | #endif |
| 134 | |
| 135 | #if defined(CONFIG_CMD_DHCP) |
| 136 | # define BOOT_TARGET_DEVICES_DHCP(func) func(DHCP, dhcp, na) |
| 137 | #else |
| 138 | # define BOOT_TARGET_DEVICES_DHCP(func) |
| 139 | #endif |
| 140 | |
Siva Durga Prasad Paladugu | b541a3e | 2019-01-24 11:32:04 +0530 | [diff] [blame] | 141 | #if defined(CONFIG_ZYNQMP_GQSPI) |
| 142 | # define BOOT_TARGET_DEVICES_QSPI(func) func(QSPI, qspi, 0) |
| 143 | #else |
| 144 | # define BOOT_TARGET_DEVICES_QSPI(func) |
| 145 | #endif |
| 146 | |
| 147 | #if defined(CONFIG_NAND_ARASAN) |
| 148 | # define BOOT_TARGET_DEVICES_NAND(func) func(NAND, nand, 0) |
| 149 | #else |
| 150 | # define BOOT_TARGET_DEVICES_NAND(func) |
| 151 | #endif |
| 152 | |
| 153 | #define BOOTENV_DEV_QSPI(devtypeu, devtypel, instance) \ |
| 154 | "bootcmd_" #devtypel #instance "=sf probe " #instance " 0 0 && " \ |
| 155 | "sf read $scriptaddr $script_offset_f $script_size_f && " \ |
Michal Simek | f964751 | 2020-04-20 09:17:53 +0200 | [diff] [blame] | 156 | "echo QSPI: Trying to boot script at ${scriptaddr} && " \ |
| 157 | "source ${scriptaddr}; echo QSPI: SCRIPT FAILED: continuing...;\0" |
Siva Durga Prasad Paladugu | b541a3e | 2019-01-24 11:32:04 +0530 | [diff] [blame] | 158 | |
| 159 | #define BOOTENV_DEV_NAME_QSPI(devtypeu, devtypel, instance) \ |
| 160 | #devtypel #instance " " |
| 161 | |
| 162 | #define BOOTENV_DEV_NAND(devtypeu, devtypel, instance) \ |
| 163 | "bootcmd_" #devtypel #instance "= nand info && " \ |
| 164 | "nand read $scriptaddr $script_offset_f $script_size_f && " \ |
Michal Simek | f964751 | 2020-04-20 09:17:53 +0200 | [diff] [blame] | 165 | "echo NAND: Trying to boot script at ${scriptaddr} && " \ |
| 166 | "source ${scriptaddr}; echo NAND: SCRIPT FAILED: continuing...;\0" |
Siva Durga Prasad Paladugu | b541a3e | 2019-01-24 11:32:04 +0530 | [diff] [blame] | 167 | |
| 168 | #define BOOTENV_DEV_NAME_NAND(devtypeu, devtypel, instance) \ |
| 169 | #devtypel #instance " " |
| 170 | |
Siva Durga Prasad Paladugu | 9c44170 | 2019-06-25 17:41:09 +0530 | [diff] [blame] | 171 | #define BOOT_TARGET_DEVICES_JTAG(func) func(JTAG, jtag, na) |
| 172 | |
| 173 | #define BOOTENV_DEV_JTAG(devtypeu, devtypel, instance) \ |
Michal Simek | f964751 | 2020-04-20 09:17:53 +0200 | [diff] [blame] | 174 | "bootcmd_jtag=echo JTAG: Trying to boot script at ${scriptaddr} && " \ |
| 175 | "source ${scriptaddr}; echo JTAG: SCRIPT FAILED: continuing...;\0" |
Siva Durga Prasad Paladugu | 9c44170 | 2019-06-25 17:41:09 +0530 | [diff] [blame] | 176 | |
| 177 | #define BOOTENV_DEV_NAME_JTAG(devtypeu, devtypel, instance) \ |
| 178 | "jtag " |
| 179 | |
Michal Simek | ecfb6dc | 2016-04-22 14:28:54 +0200 | [diff] [blame] | 180 | #define BOOT_TARGET_DEVICES(func) \ |
Siva Durga Prasad Paladugu | 9c44170 | 2019-06-25 17:41:09 +0530 | [diff] [blame] | 181 | BOOT_TARGET_DEVICES_JTAG(func) \ |
Michal Simek | ecfb6dc | 2016-04-22 14:28:54 +0200 | [diff] [blame] | 182 | BOOT_TARGET_DEVICES_MMC(func) \ |
Siva Durga Prasad Paladugu | b541a3e | 2019-01-24 11:32:04 +0530 | [diff] [blame] | 183 | BOOT_TARGET_DEVICES_QSPI(func) \ |
| 184 | BOOT_TARGET_DEVICES_NAND(func) \ |
Michal Simek | ecfb6dc | 2016-04-22 14:28:54 +0200 | [diff] [blame] | 185 | BOOT_TARGET_DEVICES_USB(func) \ |
| 186 | BOOT_TARGET_DEVICES_SCSI(func) \ |
Michal Simek | 5d23227 | 2018-03-28 15:20:48 +0200 | [diff] [blame] | 187 | BOOT_TARGET_DEVICES_PXE(func) \ |
| 188 | BOOT_TARGET_DEVICES_DHCP(func) |
Michal Simek | ecfb6dc | 2016-04-22 14:28:54 +0200 | [diff] [blame] | 189 | |
| 190 | #include <config_distro_bootcmd.h> |
| 191 | |
| 192 | /* Initial environment variables */ |
| 193 | #ifndef CONFIG_EXTRA_ENV_SETTINGS |
| 194 | #define CONFIG_EXTRA_ENV_SETTINGS \ |
| 195 | ENV_MEM_LAYOUT_SETTINGS \ |
| 196 | BOOTENV \ |
| 197 | DFU_ALT_INFO |
| 198 | #endif |
| 199 | |
Michal Simek | 12398ea | 2016-08-19 14:14:52 +0200 | [diff] [blame] | 200 | /* SPL can't handle all huge variables - define just DFU */ |
Andrew F. Davis | 6d932e6 | 2019-01-17 13:43:02 -0600 | [diff] [blame] | 201 | #if defined(CONFIG_SPL_BUILD) && defined(CONFIG_SPL_DFU) |
Michal Simek | 12398ea | 2016-08-19 14:14:52 +0200 | [diff] [blame] | 202 | #undef CONFIG_EXTRA_ENV_SETTINGS |
| 203 | # define CONFIG_EXTRA_ENV_SETTINGS \ |
| 204 | "dfu_alt_info_ram=uboot.bin ram 0x8000000 0x1000000;" \ |
| 205 | "atf-uboot.ub ram 0x10000000 0x1000000;" \ |
| 206 | "Image ram 0x80000 0x3f80000;" \ |
| 207 | "system.dtb ram 0x4000000 0x100000\0" \ |
| 208 | "dfu_bufsiz=0x1000\0" |
| 209 | #endif |
| 210 | |
Soren Brinkmann | e911cd0 | 2016-07-27 14:12:03 -0700 | [diff] [blame] | 211 | #define CONFIG_SPL_STACK 0xfffffffc |
Michal Simek | 12398ea | 2016-08-19 14:14:52 +0200 | [diff] [blame] | 212 | #define CONFIG_SPL_MAX_SIZE 0x40000 |
Michal Simek | 72536fd | 2015-11-20 13:17:22 +0100 | [diff] [blame] | 213 | |
| 214 | /* Just random location in OCM */ |
Michal Simek | 89e1f76 | 2016-08-30 14:58:46 +0200 | [diff] [blame] | 215 | #define CONFIG_SPL_BSS_START_ADDR 0x0 |
| 216 | #define CONFIG_SPL_BSS_MAX_SIZE 0x80000 |
Michal Simek | 72536fd | 2015-11-20 13:17:22 +0100 | [diff] [blame] | 217 | |
Michal Simek | 933b6f7 | 2017-01-16 12:07:33 +0100 | [diff] [blame] | 218 | #if defined(CONFIG_SPL_SPI_FLASH_SUPPORT) |
Michal Simek | 933b6f7 | 2017-01-16 12:07:33 +0100 | [diff] [blame] | 219 | # define CONFIG_SYS_SPI_KERNEL_OFFS 0x80000 |
| 220 | # define CONFIG_SYS_SPI_ARGS_OFFS 0xa0000 |
| 221 | # define CONFIG_SYS_SPI_ARGS_SIZE 0xa0000 |
Hannes Schmelzer | 30d69e2 | 2019-08-22 15:41:43 +0200 | [diff] [blame] | 222 | #endif |
Michal Simek | 933b6f7 | 2017-01-16 12:07:33 +0100 | [diff] [blame] | 223 | |
Michal Simek | 72536fd | 2015-11-20 13:17:22 +0100 | [diff] [blame] | 224 | /* u-boot is like dtb */ |
| 225 | #define CONFIG_SPL_FS_LOAD_ARGS_NAME "u-boot.bin" |
| 226 | #define CONFIG_SYS_SPL_ARGS_ADDR 0x8000000 |
| 227 | |
| 228 | /* ATF is my kernel image */ |
Michal Simek | f5140be | 2016-09-21 11:42:58 +0200 | [diff] [blame] | 229 | #define CONFIG_SPL_FS_LOAD_KERNEL_NAME "atf-uboot.ub" |
Michal Simek | 72536fd | 2015-11-20 13:17:22 +0100 | [diff] [blame] | 230 | |
| 231 | /* FIT load address for RAM boot */ |
| 232 | #define CONFIG_SPL_LOAD_FIT_ADDRESS 0x10000000 |
| 233 | |
| 234 | /* MMC support */ |
Masahiro Yamada | 168c57d | 2017-01-30 19:46:51 +0900 | [diff] [blame] | 235 | #ifdef CONFIG_MMC_SDHCI_ZYNQ |
Michal Simek | 72536fd | 2015-11-20 13:17:22 +0100 | [diff] [blame] | 236 | # define CONFIG_SYS_MMCSD_FS_BOOT_PARTITION 1 |
| 237 | # define CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTOR 0 /* unused */ |
| 238 | # define CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTORS 0 /* unused */ |
| 239 | # define CONFIG_SYS_MMCSD_RAW_MODE_KERNEL_SECTOR 0 /* unused */ |
Michal Simek | a7178b7 | 2019-10-02 15:55:57 +0200 | [diff] [blame] | 240 | # if defined(CONFIG_SPL_LOAD_FIT) |
| 241 | # define CONFIG_SPL_FS_LOAD_PAYLOAD_NAME "u-boot.itb" |
| 242 | # else |
| 243 | # define CONFIG_SPL_FS_LOAD_PAYLOAD_NAME "u-boot.img" |
| 244 | # endif |
Michal Simek | 72536fd | 2015-11-20 13:17:22 +0100 | [diff] [blame] | 245 | #endif |
| 246 | |
Andrew F. Davis | 6d932e6 | 2019-01-17 13:43:02 -0600 | [diff] [blame] | 247 | #if defined(CONFIG_SPL_BUILD) && defined(CONFIG_SPL_DFU) |
Michal Simek | 12398ea | 2016-08-19 14:14:52 +0200 | [diff] [blame] | 248 | # undef CONFIG_CMD_BOOTD |
| 249 | # define CONFIG_SPL_ENV_SUPPORT |
| 250 | # define CONFIG_SPL_HASH_SUPPORT |
| 251 | # define CONFIG_ENV_MAX_ENTRIES 10 |
Michal Simek | 77316dd | 2017-12-01 14:34:03 +0100 | [diff] [blame] | 252 | #endif |
Michal Simek | 12398ea | 2016-08-19 14:14:52 +0200 | [diff] [blame] | 253 | |
Michal Simek | 77316dd | 2017-12-01 14:34:03 +0100 | [diff] [blame] | 254 | #define CONFIG_SYS_SPL_MALLOC_START 0x20000000 |
| 255 | #define CONFIG_SYS_SPL_MALLOC_SIZE 0x100000 |
Michal Simek | 12398ea | 2016-08-19 14:14:52 +0200 | [diff] [blame] | 256 | |
| 257 | #ifdef CONFIG_SPL_SYS_MALLOC_SIMPLE |
| 258 | # error "Disable CONFIG_SPL_SYS_MALLOC_SIMPLE. Full malloc needs to be used" |
| 259 | #endif |
Michal Simek | 12398ea | 2016-08-19 14:14:52 +0200 | [diff] [blame] | 260 | |
Michal Simek | 8b35330 | 2017-02-07 14:32:26 +0100 | [diff] [blame] | 261 | #define CONFIG_BOARD_EARLY_INIT_F |
| 262 | |
Michal Simek | 04b7e62 | 2015-01-15 10:01:51 +0100 | [diff] [blame] | 263 | #endif /* __XILINX_ZYNQMP_H */ |