]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
siemens,am33x,thuban: rename dxr2 to thuban
authorHeiko Schocher <hs@denx.de>
Mon, 15 Jun 2015 12:57:15 +0000 (14:57 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 19 Jun 2015 20:46:50 +0000 (16:46 -0400)
Update new naming scheme.

Signed-off-by: Samuel Egli <samuel.egli@siemens.com>
Acked-by: Heiko Schocher <hs@denx.de>
Reviewed-by: Tom Rini <trini@konsulko.com>
arch/arm/Kconfig
board/siemens/draco/Kconfig
board/siemens/draco/MAINTAINERS
configs/thuban_defconfig [moved from configs/dxr2_defconfig with 88% similarity]
include/configs/thuban.h [moved from include/configs/dxr2.h with 81% similarity]

index 13f579a02d0eef78e59dc0aae9e0f5792820b5cd..08292353336ebb2a070128178dbe1a99ac90b6cc 100644 (file)
@@ -346,8 +346,8 @@ config TARGET_DRACO
        select CPU_V7
        select SUPPORT_SPL
 
-config TARGET_DXR2
-       bool "Support dxr2"
+config TARGET_THUBAN
+       bool "Support thuban"
        select CPU_V7
        select SUPPORT_SPL
 
index 67fa320c872b4cd523e2515283fad53244e63bec..819d187087f7ab631600b352cca6884b5e66b6ba 100644 (file)
@@ -14,7 +14,7 @@ config SYS_CONFIG_NAME
 
 endif
 
-if TARGET_DXR2
+if TARGET_THUBAN
 
 config SYS_BOARD
        default "draco"
@@ -26,7 +26,7 @@ config SYS_SOC
        default "am33xx"
 
 config SYS_CONFIG_NAME
-       default "dxr2"
+       default "thuban"
 
 endif
 
index 6d9544af17d09a49f94f8541b27d9152b2b11bc0..484dd739c1fe017709e2ea1e593f71480bbe5e85 100644 (file)
@@ -4,7 +4,7 @@ S:      Maintained
 F:     board/siemens/draco/
 F:     include/configs/draco.h
 F:     configs/draco_defconfig
-F:     include/configs/dxr2.h
-F:     configs/dxr2_defconfig
+F:     include/configs/thuban.h
+F:     configs/thuban_defconfig
 F:     include/configs/rastaban.h
 F:     configs/rastaban_defconfig
similarity index 88%
rename from configs/dxr2_defconfig
rename to configs/thuban_defconfig
index 104103187099f3c6db9e7aa3212e8310a482b467..5fab57198ad87e0ad3a707196057615ff543a474 100644 (file)
@@ -1,5 +1,5 @@
 CONFIG_ARM=y
-CONFIG_TARGET_DXR2=y
+CONFIG_TARGET_THUBAN=y
 CONFIG_CMD_NET=y
 CONFIG_SPL=y
 CONFIG_AUTOBOOT_KEYED=y
similarity index 81%
rename from include/configs/dxr2.h
rename to include/configs/thuban.h
index fa74070d9ff9649a3bd666acfe331d3b800f638f..40244689d9244aedc7f8ddc2bc25d7a49e30cab2 100644 (file)
  * SPDX-License-Identifier:    GPL-2.0+
  */
 
-#ifndef __CONFIG_DXR2_H
-#define __CONFIG_DXR2_H
-
-#define CONFIG_SIEMENS_DXR2
-#define MACH_TYPE_DXR2                 4315
-#define CONFIG_SIEMENS_MACH_TYPE       MACH_TYPE_DXR2
+#ifndef __CONFIG_THUBAN_H
+#define __CONFIG_THUBAN_H
 
 #include "siemens-am33x-common.h"
 
@@ -24,9 +20,7 @@
 #define DDR_PLL_FREQ   303
 #undef CONFIG_SPL_AM33XX_ENABLE_RTC32K_OSC
 
-#define BOARD_DFU_BUTTON_GPIO  27
-#define BOARD_DFU_BUTTON_LED   64      /* red LED */
-#define BOARD_STATUS_LED       103     /* green LED */
+#define BOARD_DFU_BUTTON_GPIO  27      /* Use as default */
 #define GPIO_LAN9303_NRST      88      /* GPIO2_24 = gpio88 */
 
 #define CONFIG_ENV_SETTINGS_BUTTONS_AND_LEDS \
@@ -65,9 +59,9 @@
 #define CONFIG_OMAP_WATCHDOG
 
 /* Define own nand partitions */
-#define CONFIG_ENV_OFFSET_REDUND       0x2E0000
-#define CONFIG_ENV_SIZE_REDUND         0x2000
-#define CONFIG_ENV_RANGE               (4 * CONFIG_SYS_ENV_SECT_SIZE)
+#define CONFIG_ENV_OFFSET_REDUND    0x2E0000
+#define CONFIG_ENV_SIZE_REDUND      0x2000
+#define CONFIG_ENV_RANGE        (4 * CONFIG_SYS_ENV_SECT_SIZE)
 
 
 #define MTDPARTS_DEFAULT       MTDPARTS_DEFAULT_V2
@@ -76,7 +70,7 @@
 
 /* Default env settings */
 #define CONFIG_EXTRA_ENV_SETTINGS \
-       "hostname=dxr2\0" \
+       "hostname=thuban\0" \
        "nand_img_size=0x400000\0" \
        "optargs=\0" \
        "preboot=draco_led 0\0" \
        "fi"
 #endif
 #endif /* CONFIG_SPL_BUILD */
-#endif /* ! __CONFIG_DXR2_H */
+#endif /* ! __CONFIG_THUBAN_H */