diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2015-03-23 10:06:14 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-03-28 16:07:46 (GMT) |
commit | 03314f0e248ed8685ee6bfe36bd0f607f38e2cfb (patch) | |
tree | ae1ac4f8c0cca5b6d2443a211687a50f290f18d4 /board/armltd | |
parent | d5f3d17ca6b6272d9096912579778b67fa40a164 (diff) | |
download | u-boot-03314f0e248ed8685ee6bfe36bd0f607f38e2cfb.tar.xz |
vexpress64: cut config and defaults for unclear variant
This variant that is neither FVP / Base Model or Juno Versatile
Express 64bit is confusing. Get rid of it unless someone can
point out what machine that really is. Seems to be an evolutional
artifact in the config base.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'board/armltd')
-rw-r--r-- | board/armltd/vexpress64/Kconfig | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/board/armltd/vexpress64/Kconfig b/board/armltd/vexpress64/Kconfig index 7d5e7be..f5693ae 100644 --- a/board/armltd/vexpress64/Kconfig +++ b/board/armltd/vexpress64/Kconfig @@ -1,16 +1,3 @@ -if TARGET_VEXPRESS64_AEMV8A - -config SYS_BOARD - default "vexpress64" - -config SYS_VENDOR - default "armltd" - -config SYS_CONFIG_NAME - default "vexpress_aemv8a" - -endif - if TARGET_VEXPRESS64_BASE_FVP config SYS_BOARD |