OMAP3: Name refactoring for current and future IGEP boards
authorEnric Balletbo i Serra <eballetbo@gmail.com>
Mon, 23 May 2011 11:23:48 +0000 (16:53 +0530)
committerAnand Gadiyar <gadiyar@ti.com>
Mon, 23 May 2011 11:23:48 +0000 (16:53 +0530)
Refactor IGEP2 support and add support for IGEP3 board. These boards are
very similar and can be merged into one file (igep00x0). This
is an attempt to reduce and not duplicate code unnecessarily.

Signed-off-by: Enric Balletbo i Serra <eballetbo@gmail.com>
Signed-off-by: Anand Gadiyar <gadiyar@ti.com>
MAINTAINERS
Makefile
board/igep00x0/Makefile [moved from board/igep0020/Makefile with 98% similarity]
board/igep00x0/config.mk [moved from board/igep0020/config.mk with 100% similarity]
board/igep00x0/igep00x0.c [moved from board/igep0020/igep0020.c with 100% similarity]
board/igep00x0/platform.S [moved from board/igep0020/platform.S with 100% similarity]
board/igep00x0/x-load.lds [moved from board/igep0020/x-load.lds with 100% similarity]
include/configs/igep00x0.h [moved from include/configs/igep0020.h with 100% similarity]

index a089c34..ccc5c95 100644 (file)
@@ -16,7 +16,7 @@
 #########################################################################
 
 Enric Balletbo i Serra, <eballetbo@iseebcn.com>
-       igep0020        ARM ARMV7 (OMAP3xx SoC)
+       igep00x0        ARM ARMV7 (OMAP3xx SoC)
 
 #########################################################################
 # OMAP4 Systems:                                                       #
index 12ab858..7f836e2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -225,8 +225,8 @@ overo_config :      unconfig
 omap3530beagle_config :    unconfig
        @$(MKCONFIG) $(@:_config=) arm omap3 omap3530beagle
 
-igep0020_config :    unconfig
-       @$(MKCONFIG) $(@:_config=) arm omap3 igep0020
+igep00x0_config :    unconfig
+       @$(MKCONFIG) $(@:_config=) arm omap3 igep00x0
        
 #########################################################################
 ## OMAP4 (ARM-CortexA9) Systems
similarity index 98%
rename from board/igep0020/Makefile
rename to board/igep00x0/Makefile
index c9a4dad..5382288 100644 (file)
@@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk
 
 LIB    = $(obj)lib$(BOARD).a
 
-COBJS  := igep0020.o
+COBJS  := igep00x0.o
 SOBJS  := platform.o
 
 SRCS   := $(SOBJS:.o=.S) $(COBJS:.o=.c)