[U-Boot] [PATCH v3 01/10] vexpress64: Kconfig: tidy up
Ryan Harkin
ryan.harkin at linaro.org
Thu Oct 1 19:43:27 CEST 2015
The FVP and Juno settings were identical, but duplicated, so I removed
the duplication with this patch.
Signed-off-by: Ryan Harkin <ryan.harkin at linaro.org>
Reviewed-by: Linus Walleij <linus.walleij at linaro.org>
CC: David Feng <fenghua at phytium.com.cn>
CC: Bhupesh Sharma <bhupesh.sharma at freescale.com>
CC: Linus Walleij <linus.walleij at linaro.org>
---
board/armltd/vexpress64/Kconfig | 17 -----------------
1 file changed, 17 deletions(-)
diff --git a/board/armltd/vexpress64/Kconfig b/board/armltd/vexpress64/Kconfig
index f5693ae..8da3bec 100644
--- a/board/armltd/vexpress64/Kconfig
+++ b/board/armltd/vexpress64/Kconfig
@@ -1,5 +1,3 @@
-if TARGET_VEXPRESS64_BASE_FVP
-
config SYS_BOARD
default "vexpress64"
@@ -8,18 +6,3 @@ config SYS_VENDOR
config SYS_CONFIG_NAME
default "vexpress_aemv8a"
-
-endif
-
-if TARGET_VEXPRESS64_JUNO
-
-config SYS_BOARD
- default "vexpress64"
-
-config SYS_VENDOR
- default "armltd"
-
-config SYS_CONFIG_NAME
- default "vexpress_aemv8a"
-
-endif
--
2.1.0
More information about the U-Boot
mailing list