]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
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)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Sep 2015 11:50:45 +0000 (13:50 +0200)
commit3289bedcd52b1f9bb0a20f2ac450cf05606ee563
treed4119e2e2c7504ec6376b69bd5e55bc1aa2e4990
parent5388f37faacec558309bf12adb32bf7b8d2d1426
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