diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2015-03-23 11:06:14 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-03-28 12:07:46 -0400 |
commit | 03314f0e248ed8685ee6bfe36bd0f607f38e2cfb (patch) | |
tree | ae1ac4f8c0cca5b6d2443a211687a50f290f18d4 /configs | |
parent | d5f3d17ca6b6272d9096912579778b67fa40a164 (diff) | |
download | u-boot-imx-03314f0e248ed8685ee6bfe36bd0f607f38e2cfb.zip u-boot-imx-03314f0e248ed8685ee6bfe36bd0f607f38e2cfb.tar.gz u-boot-imx-03314f0e248ed8685ee6bfe36bd0f607f38e2cfb.tar.bz2 |
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 'configs')
-rw-r--r-- | configs/vexpress_aemv8a_defconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configs/vexpress_aemv8a_defconfig b/configs/vexpress_aemv8a_defconfig deleted file mode 100644 index 9f4b876..0000000 --- a/configs/vexpress_aemv8a_defconfig +++ /dev/null @@ -1,3 +0,0 @@ -CONFIG_ARM=y -CONFIG_TARGET_VEXPRESS64_AEMV8A=y -CONFIG_DEFAULT_DEVICE_TREE="vexpress64" |