diff options
author | Michal Simek <michal.simek@xilinx.com> | 2016-03-24 13:16:29 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2016-04-04 20:28:39 +0200 |
commit | 07654ba1e37e0de2ee3a5983ad510a8c2dd21035 (patch) | |
tree | 4cb796d428ffcc3598829fe2c53e4f2145167759 /include/configs | |
parent | 845ee5f623861ec274466f85b967d744c5b811e0 (diff) | |
download | u-boot-imx-07654ba1e37e0de2ee3a5983ad510a8c2dd21035.zip u-boot-imx-07654ba1e37e0de2ee3a5983ad510a8c2dd21035.tar.gz u-boot-imx-07654ba1e37e0de2ee3a5983ad510a8c2dd21035.tar.bz2 |
ARM64: zynqmp: Enable EFI partition support
Enable EFI partition support for ZynqMP.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/xilinx_zynqmp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/xilinx_zynqmp.h b/include/configs/xilinx_zynqmp.h index 8c76096..8cea610 100644 --- a/include/configs/xilinx_zynqmp.h +++ b/include/configs/xilinx_zynqmp.h @@ -71,6 +71,7 @@ #define CONFIG_CMD_FAT #define CONFIG_CMD_FS_GENERIC #define CONFIG_DOS_PARTITION +#define CONFIG_EFI_PARTITION #define CONFIG_MP #define CONFIG_CMD_MII |