summaryrefslogtreecommitdiff
path: root/configs/xilinx_zynqmp_zcu102_defconfig
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2016-07-27 15:08:03 +0200
committerMichal Simek <michal.simek@xilinx.com>2016-08-02 06:54:42 +0200
commit3c70349f8e7dd1a2b000ccd27d2906960b827823 (patch)
treea564ee3f6dd0a1fd688177ee3ced373f729e68d3 /configs/xilinx_zynqmp_zcu102_defconfig
parent33986e2c318d5bf33aa43f53441d29c9dcd33a18 (diff)
xilinx: Sync defconfigs with the latest Kconfig layout
Update Microblaze, Zynq and ZynqMP defconfigs to reflect latest Kconfig changes. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'configs/xilinx_zynqmp_zcu102_defconfig')
-rw-r--r--configs/xilinx_zynqmp_zcu102_defconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/configs/xilinx_zynqmp_zcu102_defconfig b/configs/xilinx_zynqmp_zcu102_defconfig
index b0303f6e6e..a348b30d32 100644
--- a/configs/xilinx_zynqmp_zcu102_defconfig
+++ b/configs/xilinx_zynqmp_zcu102_defconfig
@@ -2,13 +2,12 @@ CONFIG_ARM=y
CONFIG_SYS_CONFIG_NAME="xilinx_zynqmp_zcu102"
CONFIG_ARCH_ZYNQMP=y
CONFIG_SYS_MALLOC_F_LEN=0x8000
-CONFIG_SPL_SYS_MALLOC_SIMPLE=y
-CONFIG_SPL_DM=y
-CONFIG_DM_GPIO=y
CONFIG_ZYNQMP_USB=y
+CONFIG_DM_GPIO=y
CONFIG_SYS_TEXT_BASE=0x8000000
CONFIG_DEFAULT_DEVICE_TREE="zynqmp-zcu102"
CONFIG_SPL=y
+CONFIG_SPL_SYS_MALLOC_SIMPLE=y
CONFIG_FIT=y
CONFIG_FIT_VERBOSE=y
CONFIG_SPL_LOAD_FIT=y
@@ -36,6 +35,7 @@ CONFIG_CMD_FS_GENERIC=y
CONFIG_SPL_OF_CONTROL=y
CONFIG_OF_EMBED=y
CONFIG_NET_RANDOM_ETHADDR=y
+CONFIG_SPL_DM=y
CONFIG_SPL_DM_SEQ_ALIAS=y
CONFIG_DM_MMC=y
CONFIG_ZYNQ_SDHCI=y