diff options
author | Stefan Roese <sr@denx.de> | 2015-11-18 12:44:29 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2016-01-14 14:08:59 +0100 |
commit | 8a02ec1dc671f452a57fb934f13a0e4e9ae269b8 (patch) | |
tree | 05642c11d3f75f37f5d1093668a2c20be441fc7c /arch/arm/mach-mvebu | |
parent | e3b9c98a23ca999a80d7f1dfdba17b52f91f41d0 (diff) | |
download | u-boot-8a02ec1dc671f452a57fb934f13a0e4e9ae269b8.tar.gz u-boot-8a02ec1dc671f452a57fb934f13a0e4e9ae269b8.tar.bz2 u-boot-8a02ec1dc671f452a57fb934f13a0e4e9ae269b8.zip |
arm: mvebu: Move some defines to common include file
This patch moves some config options to the mvebu common include file.
Making it easier to not forget these defines for new boards.
Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Luka Perkov <luka.perkov@sartura.hr>
Cc: Dirk Eibach <dirk.eibach@gdsys.cc>
Diffstat (limited to 'arch/arm/mach-mvebu')
-rw-r--r-- | arch/arm/mach-mvebu/include/mach/config.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-mvebu/include/mach/config.h b/arch/arm/mach-mvebu/include/mach/config.h index 74a1ff6ad7..c282fcbfcb 100644 --- a/arch/arm/mach-mvebu/include/mach/config.h +++ b/arch/arm/mach-mvebu/include/mach/config.h @@ -23,6 +23,12 @@ #define CONFIG_SYS_CACHELINE_SIZE 32 +#define CONFIG_SYS_L2_PL310 + +#ifdef CONFIG_SPL_BUILD +#define CONFIG_SKIP_LOWLEVEL_INIT /* disable board lowlevel_init */ +#endif + /* * By default kwbimage.cfg from board specific folder is used * If for some board, different configuration file need to be used, |