]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
igep0033: Rename to igep003x
authorLadislav Michl <ladis@linux-mips.org>
Sat, 1 Apr 2017 15:17:16 +0000 (17:17 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 8 May 2017 15:57:26 +0000 (11:57 -0400)
Rename igep0033 to igep003x as IGEP SMARC AM335x module (igep0034)
can use the same source files.

Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
Tested-by: Pau Pajuelo <ppajuel@gmail.com>
arch/arm/Kconfig
arch/arm/mach-omap2/am33xx/Kconfig
board/isee/igep003x/Kconfig [moved from board/isee/igep0033/Kconfig with 61% similarity]
board/isee/igep003x/MAINTAINERS [moved from board/isee/igep0033/MAINTAINERS with 56% similarity]
board/isee/igep003x/Makefile [moved from board/isee/igep0033/Makefile with 100% similarity]
board/isee/igep003x/board.c [moved from board/isee/igep0033/board.c with 100% similarity]
board/isee/igep003x/board.h [moved from board/isee/igep0033/board.h with 100% similarity]
board/isee/igep003x/mux.c [moved from board/isee/igep0033/mux.c with 100% similarity]
configs/am335x_igep0033_defconfig
include/configs/am335x_igep003x.h [moved from include/configs/am335x_igep0033.h with 96% similarity]

index 513a35fc4e999aadbd4e344a194cd14f85fae623..08480ac36d3e92048592a8ecce23362c2e3d5750 100644 (file)
@@ -1102,7 +1102,7 @@ source "board/gumstix/pepper/Kconfig"
 source "board/h2200/Kconfig"
 source "board/hisilicon/hikey/Kconfig"
 source "board/imx31_phycore/Kconfig"
-source "board/isee/igep0033/Kconfig"
+source "board/isee/igep003x/Kconfig"
 source "board/olimex/mx23_olinuxino/Kconfig"
 source "board/phytec/pcm051/Kconfig"
 source "board/ppcag/bg0900/Kconfig"
index cf5d95a26d028e524208b994e97153a9d4f00187..387d488c47854cad85c0d50cbf53d2c074f11e92 100644 (file)
@@ -44,8 +44,8 @@ config TARGET_AM335X_BALTOS
        select DM_SERIAL
        select DM_GPIO
 
-config TARGET_AM335X_IGEP0033
-       bool "Support am335x_igep0033"
+config TARGET_AM335X_IGEP003X
+       bool "Support am335x_igep003x"
        select DM
        select DM_SERIAL
        select DM_GPIO
similarity index 61%
rename from board/isee/igep0033/Kconfig
rename to board/isee/igep003x/Kconfig
index e989e4b15cf1085da6d9e57a0f63e673ca6781b6..68a68fc52faa55614dfec59117524109ebac668b 100644 (file)
@@ -1,7 +1,7 @@
-if TARGET_AM335X_IGEP0033
+if TARGET_AM335X_IGEP003X
 
 config SYS_BOARD
-       default "igep0033"
+       default "igep003x"
 
 config SYS_VENDOR
        default "isee"
@@ -10,6 +10,6 @@ config SYS_SOC
        default "am33xx"
 
 config SYS_CONFIG_NAME
-       default "am335x_igep0033"
+       default "am335x_igep003x"
 
 endif
similarity index 56%
rename from board/isee/igep0033/MAINTAINERS
rename to board/isee/igep003x/MAINTAINERS
index bd8a1f2eb4be1a949905c79dd1fa18762b0f2877..748b189c4e1702268e7a63d5d45567e6d48d5f3f 100644 (file)
@@ -1,6 +1,6 @@
-IGEP0033 BOARD
+IGEP003X BOARD
 M:     Enric Balletbo i Serra <eballetbo@gmail.com>
 S:     Maintained
-F:     board/isee/igep0033/
-F:     include/configs/am335x_igep0033.h
+F:     board/isee/igep003x/
+F:     include/configs/am335x_igep003x.h
 F:     configs/am335x_igep0033_defconfig
index 27bd3f1884b2e80b8a213a2894ce10655745d910..3b9ed4385613a7fb7c3de4e06e20a770061a5f14 100644 (file)
@@ -4,7 +4,8 @@ CONFIG_SPL_GPIO_SUPPORT=y
 CONFIG_SPL_LIBCOMMON_SUPPORT=y
 CONFIG_SPL_LIBGENERIC_SUPPORT=y
 CONFIG_AM33XX=y
-CONFIG_TARGET_AM335X_IGEP0033=y
+CONFIG_SYS_MALLOC_F_LEN=0x2000
+CONFIG_TARGET_AM335X_IGEP003X=y
 CONFIG_SPL_MMC_SUPPORT=y
 CONFIG_SPL_SERIAL_SUPPORT=y
 CONFIG_SPL_LIBDISK_SUPPORT=y
@@ -13,6 +14,7 @@ CONFIG_SPL_WATCHDOG_SUPPORT=y
 CONFIG_SPL_FAT_SUPPORT=y
 CONFIG_SPL_POWER_SUPPORT=y
 CONFIG_SPL_STACK_R_ADDR=0x82000000
+CONFIG_SYS_EXTRA_OPTIONS="MACH_TYPE=MACH_TYPE_IGEP0033"
 CONFIG_SYS_CONSOLE_INFO_QUIET=y
 CONFIG_VERSION_VARIABLE=y
 CONFIG_SPL=y
@@ -45,3 +47,4 @@ CONFIG_EFI_PARTITION=y
 CONFIG_MMC_OMAP_HS=y
 CONFIG_SYS_NS16550=y
 CONFIG_OF_LIBFDT=y
+# CONFIG_GENERATE_SMBIOS_TABLE is not set
similarity index 96%
rename from include/configs/am335x_igep0033.h
rename to include/configs/am335x_igep003x.h
index 7ee8ea79752074a8984a80fd347916c64b6953f6..cf47fcfe463dceff1cebad39a5710b27e0487744 100644 (file)
  * GNU General Public License for more details.
  */
 
-#ifndef __CONFIG_IGEP0033_H
-#define __CONFIG_IGEP0033_H
+#ifndef __CONFIG_IGEP003X_H
+#define __CONFIG_IGEP003X_H
 
 #define CONFIG_NAND
 #include <configs/ti_am335x_common.h>
 
-/* Mach type */
-#define CONFIG_MACH_TYPE               MACH_TYPE_IGEP0033
-
 /* Clock defines */
 #define V_OSCK                         24000000  /* Clock output from T2 */
 #define V_SCLK                         (V_OSCK)
 
 #define CONFIG_SYS_NAND_U_BOOT_OFFS    0x80000
 
-#endif /* ! __CONFIG_IGEP0033_H */
+#endif /* ! __CONFIG_IGEP003X_H */