From 9a0f4004caa057ba227292e544b67ca3d03ffd89 Mon Sep 17 00:00:00 2001 From: Nishanth Menon Date: Wed, 22 Jul 2015 18:05:41 -0500 Subject: configs: split ti_armv7_common into a omap generic header TI armv7 based SoCs are based on two architectures - one based on OMAP generation architecture and others based on Keystone architecture. Many of the options are architecture specific, however a lot are common with v7 architecture. So, step 1 will be to move out OMAP specific stuff from ti_armv7_common into a ti_armv7_omap.h header which is then used by all the relevant architecture headers. Reviewed-by: Tom Rini Signed-off-by: Nishanth Menon --- include/configs/am43xx_evm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/configs/am43xx_evm.h') diff --git a/include/configs/am43xx_evm.h b/include/configs/am43xx_evm.h index b43489d3f8..d148169959 100644 --- a/include/configs/am43xx_evm.h +++ b/include/configs/am43xx_evm.h @@ -80,7 +80,7 @@ #endif /* Now bring in the rest of the common code. */ -#include +#include /* Always 64 KiB env size */ #define CONFIG_ENV_SIZE (64 << 10) -- cgit v1.2.3