Hi Peter, On 11/05/2015 13:23, Peter Robinson wrote: > There's a lot of common options in the i.MX6 boards that are repeated across > a > lot of the devices. There's a mx6_common.h which is little used but makes > sense > to be the central location for all the options we want across all mx6 boards > to > ensure a consistent set of features. This is a first pass at moving those > options > and unifying the common options to a standard default. > > Peter Robinson (10): > novena: standardise mx6_common.h include > imx6: move all standard includes to mx6_common.h > imx6: move generic imx6 options to mx6_common.h > imx6: move standard ATAG configs to mx6_common.h > imx6: move MXC_GPIO define to mx6_common.h > imx6: centralise common boot options in mx6_common.h > imx6: move generic miscellaneous and overwrite options > imx6: standardise filesystem and boot options to > imx6: generic MMC config options to mx6_common > mx6: standardise CONFIG_CMD_CACHE > > include/configs/aristainetos.h | 54 > +----------------------------------------------------- > include/configs/cgtqmx6eval.h | 60 > +----------------------------------------------------------- > include/configs/cm_fx6.h | 31 ------------------------------- > include/configs/embestmx6boards.h | 47 > +---------------------------------------------- > include/configs/gw_ventana.h | 56 > +------------------------------------------------------- > include/configs/hummingboard.h | 59 > +---------------------------------------------------------- > include/configs/mx6_common.h | 65 > +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > include/configs/mx6cuboxi.h | 52 > ---------------------------------------------------- > include/configs/mx6qarm2.h | 57 > +-------------------------------------------------------- > include/configs/mx6sabre_common.h | 62 > +------------------------------------------------------------- > include/configs/mx6sabresd.h | 3 --- > include/configs/mx6slevk.h | 60 > +----------------------------------------------------------- > include/configs/mx6sxsabresd.h | 59 > ----------------------------------------------------------- > include/configs/nitrogen6x.h | 67 > +------------------------------------------------------------------ > include/configs/novena.h | 47 > +---------------------------------------------- > include/configs/ot1200.h | 68 > +------------------------------------------------------------------- > include/configs/platinum.h | 59 > ----------------------------------------------------------- > include/configs/platinum_picon.h | 2 -- > include/configs/platinum_titanium.h | 2 -- > include/configs/secomx6quq7.h | 59 > ++--------------------------------------------------------- > include/configs/tbs2910.h | 49 > ------------------------------------------------- > include/configs/titanium.h | 58 > ---------------------------------------------------------- > include/configs/tqma6.h | 57 > --------------------------------------------------------- > include/configs/udoo.h | 61 > +------------------------------------------------------------ > include/configs/wandboard.h | 61 > +------------------------------------------------------------ > include/configs/warp.h | 58 > +--------------------------------------------------------- > 26 files changed, 81 insertions(+), 1232 deletions(-) >
Thanks a lot ! You have done a great job by factorizing a lot of common code. Acked-by: Stefano Babic <[email protected]> Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: [email protected] ===================================================================== _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

