diff options
author | Michal Simek <michal.simek@xilinx.com> | 2015-07-22 11:39:04 +0200 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2015-07-28 11:56:26 +0200 |
commit | 6d6e3dbefe1a518bc8fb6a23808770568ff4c125 (patch) | |
tree | 846ec9b92bce2cf95f5a322a634f0c271b74cc58 /configs | |
parent | 5c45b166783493615f884affa7ef505bbd4d7f34 (diff) |
ARM: zynq: Add support for zc770-xm011
Add xm011 DTS file and related configs and configurations.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/zynq_zc770_xm011_defconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/configs/zynq_zc770_xm011_defconfig b/configs/zynq_zc770_xm011_defconfig new file mode 100644 index 0000000000..8f9221db85 --- /dev/null +++ b/configs/zynq_zc770_xm011_defconfig @@ -0,0 +1,13 @@ +CONFIG_ARM=y +CONFIG_ARCH_ZYNQ=y +CONFIG_TARGET_ZYNQ_ZC770=y +CONFIG_DEFAULT_DEVICE_TREE="zynq-zc770-xm011" +# CONFIG_SYS_MALLOC_F is not set +CONFIG_SPL=y +CONFIG_FIT=y +CONFIG_FIT_VERBOSE=y +CONFIG_FIT_SIGNATURE=y +CONFIG_SYS_EXTRA_OPTIONS="ZC770_XM011" +# CONFIG_CMD_IMLS is not set +# CONFIG_CMD_FLASH is not set +# CONFIG_CMD_SETEXPR is not set |