summaryrefslogtreecommitdiff
path: root/include/configs/xilinx_zynqmp_zc1751_xm016_dc2.h
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2016-04-22 14:28:54 +0200
committerMichal Simek <michal.simek@xilinx.com>2016-06-06 11:23:28 +0200
commitb72894f14da79cdcdab8007b079d922bd28e5ce7 (patch)
tree64b1f16fb2287bc3a90b57ad8ed2e19f3e56871a /include/configs/xilinx_zynqmp_zc1751_xm016_dc2.h
parenta8b6a156c0f7fb99502229e454bc9c3b38645280 (diff)
ARM64: zynqmp: Add support for standard distro boot commands
Nand and QSPI are not defined now but this will be extended. Based on selected bootmode boot_targets are rewritten. Patch also contains detection if variables are saved. If yes don't rewrite boot_targets variable. Also move variable setup to the end of file because SCSI needs to be defined before others macros are using it. Signed-off-by: Michal Simek <michal.simek@xilinx.com> Reviewed-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'include/configs/xilinx_zynqmp_zc1751_xm016_dc2.h')
-rw-r--r--include/configs/xilinx_zynqmp_zc1751_xm016_dc2.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/configs/xilinx_zynqmp_zc1751_xm016_dc2.h b/include/configs/xilinx_zynqmp_zc1751_xm016_dc2.h
index 83ea624c51..526d0bbe58 100644
--- a/include/configs/xilinx_zynqmp_zc1751_xm016_dc2.h
+++ b/include/configs/xilinx_zynqmp_zc1751_xm016_dc2.h
@@ -14,13 +14,6 @@
#define CONFIG_IDENT_STRING " Xilinx ZynqMP ZC1751 xm016 dc2"
-#define CONFIG_KERNEL_FDT_OFST_SIZE \
- "kernel_offset=0x400000\0" \
- "fdt_offset=0x2400000\0" \
- "kernel_size=0x2000000\0" \
- "fdt_size=0x80000\0" \
- "board=zc1751-dc2\0"
-
#include <configs/xilinx_zynqmp.h>
#endif /* __CONFIG_ZYNQMP_ZC1751_XM016_DC2_H */