From: Michal Simek Date: Tue, 10 May 2016 06:07:09 +0000 (+0200) Subject: ARM: zynq: Enable RAM boot mode by default X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b9c2601d5b9ab43fdf4b126de5afe59f4f91fd0b;p=thirdparty%2Fu-boot.git ARM: zynq: Enable RAM boot mode by default It is useful for testing that's why enable it by default. Signed-off-by: Michal Simek --- diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h index a623c543163..5456323087d 100644 --- a/include/configs/zynq-common.h +++ b/include/configs/zynq-common.h @@ -506,8 +506,9 @@ CONFIG_SYS_SPI_ARGS_SIZE) #endif -#ifdef DEBUG #define CONFIG_SPL_RAM_DEVICE + +#ifdef DEBUG #define CONFIG_SPL_NET_SUPPORT #define CONFIG_SPL_ETH_SUPPORT #define CONFIG_SPL_ENV_SUPPORT