[U-Boot] [RFC v0 0/11]: Add <configs/omap3_common.h>
Tom Rini
trini at ti.com
Thu Mar 22 20:09:06 CET 2012
Hey all,
Here's something I've talked about a bit before. This series adds
include/configs/omap3_common.h and makes all CONFIG_OMAP34XX boards use
it. This particular round of posting doesn't directly apply as I'm
working off of a series of cleanups that I'll post once I'm sure I don't
find any others from doing this (unused CONFIG options) general series.
What I'm really looking for is feedback on the implementation, namely
what I lay out in the first patch of a section to set before using
omap3_common.h, including, and a section for after omap3_common.h. The
series isn't nearly complete but introduces at least one example of a
"our board isn't like all the others" in each of the sections.
I think the diffstat illustrates why we need to do something here.
include/configs/am3517_crane.h | 91 ++++------------------
include/configs/am3517_evm.h | 90 ++++------------------
include/configs/cm_t35.h | 99 ++++--------------------
include/configs/devkit8000.h | 87 ++++-----------------
include/configs/dig297.h | 100 ++++---------------------
include/configs/igep00x0.h | 78 ++++---------------
include/configs/mcx.h | 93 ++++-------------------
include/configs/mt_ventoux.h | 13 +++
include/configs/omap3_beagle.h | 97 ++++--------------------
include/configs/omap3_common.h | 131 +++++++++++++++++++++++++++++++++
include/configs/omap3_evm.h | 19 ----
include/configs/omap3_evm_common.h | 75 +++---------------
include/configs/omap3_evm_quick_mmc.h | 13 +--
include/configs/omap3_evm_quick_nand.h | 8 +-
include/configs/omap3_logic.h | 103 ++++---------------------
include/configs/omap3_mvblx.h | 93 ++++++-----------------
include/configs/omap3_overo.h | 94 ++++-------------------
include/configs/omap3_pandora.h | 94 ++++-------------------
include/configs/omap3_sdp3430.h | 107 ++++++--------------------
include/configs/omap3_zoom1.h | 94 ++++-------------------
include/configs/omap3_zoom2.h | 83 ++++----------------
include/configs/tam3517-common.h | 89 ++++------------------
include/configs/tricorder.h | 86 ++++-----------------
include/configs/twister.h | 14 +++
24 files changed, 486 insertions(+), 1365 deletions(-)
--
Tom
More information about the U-Boot
mailing list