diff options
author | Ian Ray | 2018-04-25 16:57:04 +0200 |
---|---|---|
committer | Stefano Babic | 2018-05-17 11:58:48 +0200 |
commit | 51a42bea52c78bc797476e2b904df4572046a430 (patch) | |
tree | 461a58ec4baf7ccd8cdd8cc5df7a4ad9739d1c76 /include | |
parent | 06a3e4389c0c01cf8dbe57ed3a051104282090a1 (diff) |
board: ge: bx50v3: remove redundant targets
This replaces TARGET_GE_B{4,6,8}50V3 with common TARGET_GE_BX50V3.
The boards are identified automatically at runtime.
Signed-off-by: Ian Ray <ian.ray@ge.com>
Signed-off-by: Nandor Han <nandor.han@ge.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/ge_bx50v3.h | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/include/configs/ge_bx50v3.h b/include/configs/ge_bx50v3.h index f10ff26bb99..058e5728db7 100644 --- a/include/configs/ge_bx50v3.h +++ b/include/configs/ge_bx50v3.h @@ -14,16 +14,7 @@ #include <asm/arch/imx-regs.h> #include <asm/mach-imx/gpio.h> -#if defined(CONFIG_TARGET_GE_B450V3) -#define CONFIG_BOARD_NAME "General Electric B450v3" -#elif defined(CONFIG_TARGET_GE_B650V3) -#define CONFIG_BOARD_NAME "General Electric B650v3" -#elif defined(CONFIG_TARGET_GE_B850V3) -#define CONFIG_BOARD_NAME "General Electric B850v3" -#undef BX50V3_BOOTARGS_EXTRA -#else -#define CONFIG_BOARD_NAME "General Electric BA16 Generic" -#endif +#define CONFIG_BOARD_NAME "General Electric Bx50v3" #define CONFIG_MXC_UART_BASE UART3_BASE #define CONSOLE_DEV "ttymxc2" |