summaryrefslogtreecommitdiffstats
path: root/configs/zynq_zc770_xm013_defconfig
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2016-05-20 14:59:33 +0200
committerMichal Simek <michal.simek@xilinx.com>2016-05-24 13:22:50 +0200
commitad5b5801264e573bfbf17a20b04c546985c5bfc1 (patch)
tree84d8bb2e1f5dcf2101ee30af0f90a22ee8fdd88a /configs/zynq_zc770_xm013_defconfig
parent1b008fdb06848c7c84e7c1a4a9b2b76239550555 (diff)
downloadtalos-obmc-uboot-ad5b5801264e573bfbf17a20b04c546985c5bfc1.tar.gz
talos-obmc-uboot-ad5b5801264e573bfbf17a20b04c546985c5bfc1.zip
ARM: zynq: Simplify zynq configuration
Extending Kconfig for adding new platform is a lot of work for nothing. Setting SYS_CONFIG_NAME directly in Kconfig and remove all dependencies on TARGET_ZYNQ_* options including SPL. As a side-effect it also remove custom init folder for ps7_init_gpl.* files. Folder is chosen based on device-tree file. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'configs/zynq_zc770_xm013_defconfig')
-rw-r--r--configs/zynq_zc770_xm013_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/zynq_zc770_xm013_defconfig b/configs/zynq_zc770_xm013_defconfig
index 8c7efe5320..f2d00cad65 100644
--- a/configs/zynq_zc770_xm013_defconfig
+++ b/configs/zynq_zc770_xm013_defconfig
@@ -1,6 +1,6 @@
CONFIG_ARM=y
+CONFIG_SYS_CONFIG_NAME="zynq_zc770"
CONFIG_ARCH_ZYNQ=y
-CONFIG_TARGET_ZYNQ_ZC770=y
CONFIG_DEFAULT_DEVICE_TREE="zynq-zc770-xm013"
CONFIG_SPL=y
CONFIG_FIT=y
OpenPOWER on IntegriCloud