]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
OMAP3: igep00x0: Reduce lines of code for IGEP-based boards.
authorEnric Balletbò i Serra <eballetbo@gmail.com>
Mon, 5 Mar 2012 11:32:16 +0000 (11:32 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Tue, 15 May 2012 06:31:23 +0000 (08:31 +0200)
commitdc7a9e64bfdd0504e1a985b6a6121ed1b5a015d7
tree721e06e9c0cbf444fac0688d3310e60e2b4afa7b
parentf2ae6c1a83e194dfd0fc93348efe598353f3c02d
OMAP3: igep00x0: Reduce lines of code for IGEP-based boards.

This is rework on config files of IGEP-based boards with the aim to remove
duplicated code to be more maintainable. Basically this patch creates a
common configuration file for both boards and only sets the specific option
in the board config file.

On board files the hardcored mach type was replaced in favour of using the
CONFIG_MACH_TYPE option.

More than 200 duplicated lines have been deleted.

Signed-off-by: Enric Balletbo i Serra <eballetbo@gmail.com>
board/isee/igep0020/igep0020.c
board/isee/igep0030/igep0030.c
boards.cfg
include/configs/igep0030.h [deleted file]
include/configs/igep00x0.h [moved from include/configs/igep0020.h with 97% similarity]