]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
omap: move TI's boards to board/ti/
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Sun, 23 Aug 2009 14:32:38 +0000 (16:32 +0200)
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Fri, 4 Sep 2009 23:33:09 +0000 (01:33 +0200)
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33 files changed:
Makefile
board/ti/beagle/Makefile [moved from board/omap3/beagle/Makefile with 100% similarity]
board/ti/beagle/beagle.c [moved from board/omap3/beagle/beagle.c with 100% similarity]
board/ti/beagle/beagle.h [moved from board/omap3/beagle/beagle.h with 100% similarity]
board/ti/beagle/config.mk [moved from board/omap3/beagle/config.mk with 100% similarity]
board/ti/evm/Makefile [moved from board/omap3/evm/Makefile with 100% similarity]
board/ti/evm/config.mk [moved from board/omap3/evm/config.mk with 100% similarity]
board/ti/evm/evm.c [moved from board/omap3/evm/evm.c with 100% similarity]
board/ti/evm/evm.h [moved from board/omap3/evm/evm.h with 100% similarity]
board/ti/omap1510inn/Makefile [moved from board/omap1510inn/Makefile with 100% similarity]
board/ti/omap1510inn/config.mk [moved from board/omap1510inn/config.mk with 100% similarity]
board/ti/omap1510inn/lowlevel_init.S [moved from board/omap1510inn/lowlevel_init.S with 100% similarity]
board/ti/omap1510inn/omap1510innovator.c [moved from board/omap1510inn/omap1510innovator.c with 100% similarity]
board/ti/omap1610inn/Makefile [moved from board/omap1610inn/Makefile with 100% similarity]
board/ti/omap1610inn/config.mk [moved from board/omap1610inn/config.mk with 100% similarity]
board/ti/omap1610inn/flash.c [moved from board/omap1610inn/flash.c with 100% similarity]
board/ti/omap1610inn/lowlevel_init.S [moved from board/omap1610inn/lowlevel_init.S with 100% similarity]
board/ti/omap1610inn/omap1610innovator.c [moved from board/omap1610inn/omap1610innovator.c with 100% similarity]
board/ti/omap2420h4/Makefile [moved from board/omap2420h4/Makefile with 100% similarity]
board/ti/omap2420h4/config.mk [moved from board/omap2420h4/config.mk with 100% similarity]
board/ti/omap2420h4/lowlevel_init.S [moved from board/omap2420h4/lowlevel_init.S with 100% similarity]
board/ti/omap2420h4/mem.c [moved from board/omap2420h4/mem.c with 100% similarity]
board/ti/omap2420h4/omap2420h4.c [moved from board/omap2420h4/omap2420h4.c with 100% similarity]
board/ti/omap2420h4/sys_info.c [moved from board/omap2420h4/sys_info.c with 100% similarity]
board/ti/omap5912osk/Makefile [moved from board/omap5912osk/Makefile with 100% similarity]
board/ti/omap5912osk/config.mk [moved from board/omap5912osk/config.mk with 100% similarity]
board/ti/omap5912osk/lowlevel_init.S [moved from board/omap5912osk/lowlevel_init.S with 100% similarity]
board/ti/omap5912osk/omap5912osk.c [moved from board/omap5912osk/omap5912osk.c with 100% similarity]
board/ti/omap730p2/Makefile [moved from board/omap730p2/Makefile with 100% similarity]
board/ti/omap730p2/config.mk [moved from board/omap730p2/config.mk with 100% similarity]
board/ti/omap730p2/flash.c [moved from board/omap730p2/flash.c with 100% similarity]
board/ti/omap730p2/lowlevel_init.S [moved from board/omap730p2/lowlevel_init.S with 100% similarity]
board/ti/omap730p2/omap730p2.c [moved from board/omap730p2/omap730p2.c with 100% similarity]

index 9d14210cb5649e0df7ad210dc2cabc6598eae14e..3c53f0dbc6452ce40a714211c760a341df6f525f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2987,7 +2987,7 @@ nhk8815_onenand_config:   unconfig
        @$(MKCONFIG) -a nhk8815 arm arm926ejs nhk8815 st nomadik
 
 omap1510inn_config :   unconfig
-       @$(MKCONFIG) $(@:_config=) arm arm925t omap1510inn
+       @$(MKCONFIG) $(@:_config=) arm arm925t omap1510inn ti
 
 xtract_omap1610xxx = $(subst _cs0boot,,$(subst _cs3boot,,$(subst _cs_autoboot,,$(subst _config,,$1))))
 
@@ -3010,10 +3010,10 @@ omap1610h2_cs_autoboot_config:  unconfig
                echo "#define CONFIG_CS3_BOOT" >> $(obj)include/config.h ; \
                $(XECHO) "... configured for CS3 boot"; \
        fi;
-       @$(MKCONFIG) -a $(call xtract_omap1610xxx,$@) arm arm926ejs omap1610inn NULL omap
+       @$(MKCONFIG) -a $(call xtract_omap1610xxx,$@) arm arm926ejs omap1610inn ti omap
 
 omap5912osk_config :   unconfig
-       @$(MKCONFIG) $(@:_config=) arm arm926ejs omap5912osk NULL omap
+       @$(MKCONFIG) $(@:_config=) arm arm926ejs omap5912osk ti omap
 
 xtract_omap730p2 = $(subst _cs0boot,,$(subst _cs3boot,, $(subst _config,,$1)))
 
@@ -3028,7 +3028,7 @@ omap730p2_cs3boot_config :        unconfig
                echo "#define CONFIG_CS3_BOOT" >> $(obj)include/config.h ; \
                $(XECHO) "... configured for CS3 boot"; \
        fi;
-       @$(MKCONFIG) -a $(call xtract_omap730p2,$@) arm arm926ejs omap730p2 NULL omap
+       @$(MKCONFIG) -a $(call xtract_omap730p2,$@) arm arm926ejs omap730p2 ti omap
 
 rd6281a_config: unconfig
        @$(MKCONFIG) $(@:_config=) arm arm926ejs $(@:_config=) Marvell kirkwood
@@ -3146,13 +3146,13 @@ SMN42_config    :       unconfig
 #########################################################################
 
 omap3_beagle_config :  unconfig
-       @$(MKCONFIG) $(@:_config=) arm arm_cortexa8 beagle omap3 omap3
+       @$(MKCONFIG) $(@:_config=) arm arm_cortexa8 beagle ti omap3
 
 omap3_overo_config :   unconfig
        @$(MKCONFIG) $(@:_config=) arm arm_cortexa8 overo omap3 omap3
 
 omap3_evm_config :     unconfig
-       @$(MKCONFIG) $(@:_config=) arm arm_cortexa8 evm omap3 omap3
+       @$(MKCONFIG) $(@:_config=) arm arm_cortexa8 evm ti omap3
 
 omap3_pandora_config : unconfig
        @$(MKCONFIG) $(@:_config=) arm arm_cortexa8 pandora omap3 omap3
@@ -3281,7 +3281,7 @@ mx31pdk_nand_config       : unconfig
        @$(MKCONFIG) -a mx31pdk arm arm1136 mx31pdk freescale mx31
 
 omap2420h4_config      : unconfig
-       @$(MKCONFIG) $(@:_config=) arm arm1136 omap2420h4 NULL omap24xx
+       @$(MKCONFIG) $(@:_config=) arm arm1136 omap2420h4 ti omap24xx
 
 qong_config            : unconfig
        @$(MKCONFIG) $(@:_config=) arm arm1136 qong davedenx mx31
similarity index 100%
rename from board/omap3/evm/evm.c
rename to board/ti/evm/evm.c
similarity index 100%
rename from board/omap3/evm/evm.h
rename to board/ti/evm/evm.h