diff options
author | Heiko Schocher <hs@denx.de> | 2015-06-15 14:57:15 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-06-19 16:46:50 -0400 |
commit | 8c65a2fae89ec10f30acdf5bbf42f799f86c3f3d (patch) | |
tree | 6436b9c8bfcbbd03c2f5d2b972b75f54ff3fe36c /include/configs | |
parent | 578056c35d20d2f6e2f6618d9f86628f588932c4 (diff) |
siemens,am33x,thuban: rename dxr2 to thuban
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>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/thuban.h (renamed from include/configs/dxr2.h) | 22 |
1 files changed, 8 insertions, 14 deletions
diff --git a/include/configs/dxr2.h b/include/configs/thuban.h index fa74070d9f..40244689d9 100644 --- a/include/configs/dxr2.h +++ b/include/configs/thuban.h @@ -10,12 +10,8 @@ * 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" \ @@ -109,4 +103,4 @@ "fi" #endif #endif /* CONFIG_SPL_BUILD */ -#endif /* ! __CONFIG_DXR2_H */ +#endif /* ! __CONFIG_THUBAN_H */ |