]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
TI:am33xx: Create common config files for TI ARMv7 platforms, and AM33xx
authorTom Rini <trini@ti.com>
Fri, 9 Aug 2013 15:22:17 +0000 (11:22 -0400)
committerTom Rini <trini@ti.com>
Thu, 15 Aug 2013 22:38:36 +0000 (18:38 -0400)
commit8769455861aa003fdc1d120f7aae7482a92b61d7
treee6130eaecfeb1efb01291327ff9bbea0fb9874c1
parentbc6fff9ac7145fc067b8b2de4457d7af98209ec0
TI:am33xx: Create common config files for TI ARMv7 platforms, and AM33xx

We create two new files, include/configs/ti_armv7_common.h for all of
the common IP blocks and related features / commands we share in
virtually all of our platforms.  We then create
include/configs/ti_am335x_common.h for everything common to the am335x
SoC leaving just the board specific parts to
include/configs/ti_am335x_common.h.

Signed-off-by: Tom Rini <trini@ti.com>
include/configs/am335x_evm.h
include/configs/ti_am335x_common.h [new file with mode: 0644]
include/configs/ti_armv7_common.h [new file with mode: 0644]