configs: split ti_armv7_common into a omap generic header
authorNishanth Menon <nm@ti.com>
Wed, 22 Jul 2015 23:05:41 +0000 (18:05 -0500)
committerTom Rini <trini@konsulko.com>
Mon, 27 Jul 2015 19:02:17 +0000 (15:02 -0400)
commit9a0f4004caa057ba227292e544b67ca3d03ffd89
tree95a1496910b8c468804a1ba2c9825caa2c809e13
parent8845ad4f2e1475e7096f7aea0561f0b1262d5738
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 <trini@konsulko.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
include/configs/am43xx_evm.h
include/configs/ti_am335x_common.h
include/configs/ti_armv7_common.h
include/configs/ti_armv7_omap.h [new file with mode: 0644]
include/configs/ti_omap3_common.h
include/configs/ti_omap4_common.h
include/configs/ti_omap5_common.h