diff options
author | Ian Ray <ian.ray@ge.com> | 2018-04-25 16:57:04 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2018-05-17 11:58:48 +0200 |
commit | 51a42bea52c78bc797476e2b904df4572046a430 (patch) | |
tree | 461a58ec4baf7ccd8cdd8cc5df7a4ad9739d1c76 /board/ge/bx50v3 | |
parent | 06a3e4389c0c01cf8dbe57ed3a051104282090a1 (diff) | |
download | u-boot-51a42bea52c78bc797476e2b904df4572046a430.tar.gz u-boot-51a42bea52c78bc797476e2b904df4572046a430.tar.xz u-boot-51a42bea52c78bc797476e2b904df4572046a430.zip |
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 'board/ge/bx50v3')
-rw-r--r-- | board/ge/bx50v3/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ge/bx50v3/Kconfig b/board/ge/bx50v3/Kconfig index d50dece18e..993b055930 100644 --- a/board/ge/bx50v3/Kconfig +++ b/board/ge/bx50v3/Kconfig @@ -1,4 +1,4 @@ -if TARGET_GE_B450V3 || TARGET_GE_B650V3 || TARGET_GE_B850V3 +if TARGET_GE_BX50V3 config IMX_CONFIG default "board/ge/bx50v3/bx50v3.cfg" |