From: Michal Simek Date: Mon, 20 Jan 2014 13:39:57 +0000 (+0100) Subject: zynq: Enable SPL command support X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c0bcfc3d17be1ad641f4e6acd46014ba0d7c56e2;p=thirdparty%2Fu-boot.git zynq: Enable SPL command support This command is used by full u-boot. Signed-off-by: Michal Simek --- 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