From c0bcfc3d17be1ad641f4e6acd46014ba0d7c56e2 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Mon, 20 Jan 2014 14:39:57 +0100 Subject: [PATCH] zynq: Enable SPL command support This command is used by full u-boot. Signed-off-by: Michal Simek --- include/configs/zynq-common.h | 1 + include/configs/zynq_cse.h | 1 + 2 files changed, 2 insertions(+) diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h index 0872ccfa0c1..19fe85e2139 100644 --- a/include/configs/zynq-common.h +++ b/include/configs/zynq-common.h @@ -351,6 +351,7 @@ /* SPL part */ #define CONFIG_SPL +#define CONFIG_CMD_SPL #define CONFIG_SPL_FRAMEWORK #define CONFIG_SPL_LIBCOMMON_SUPPORT #define CONFIG_SPL_LIBGENERIC_SUPPORT diff --git a/include/configs/zynq_cse.h b/include/configs/zynq_cse.h index d4bfc5c58bf..16d77936b31 100644 --- a/include/configs/zynq_cse.h +++ b/include/configs/zynq_cse.h @@ -54,6 +54,7 @@ #undef CONFIG_AUTO_COMPLETE #undef CONFIG_ZLIB #undef CONFIG_GZIP +#undef CONFIG_CMD_SPL /* Define needed configs */ #define CONFIG_CMD_MEMORY -- 2.47.3