diff options
author | Simon Glass <sjg@chromium.org> | 2015-08-30 19:19:06 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-09-11 14:52:11 -0400 |
commit | bc0840bcb73277bb36a8ecd59653d6b0e4287e99 (patch) | |
tree | b09affe21f4b30e43020c50d7d3a8b7d06c0a2d5 /configs | |
parent | 3eb8f58d759fa243c09195acff6ff9d6f4e3636f (diff) | |
download | u-boot-imx-bc0840bcb73277bb36a8ecd59653d6b0e4287e99.zip u-boot-imx-bc0840bcb73277bb36a8ecd59653d6b0e4287e99.tar.gz u-boot-imx-bc0840bcb73277bb36a8ecd59653d6b0e4287e99.tar.bz2 |
arm: Remove imx27lite, imx27_litekit and magnesium boards
These boards have not been converted to generic board by the deadline.
Remove them.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/imx27lite_defconfig | 3 | ||||
-rw-r--r-- | configs/magnesium_defconfig | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/configs/imx27lite_defconfig b/configs/imx27lite_defconfig deleted file mode 100644 index b02955d..0000000 --- a/configs/imx27lite_defconfig +++ /dev/null @@ -1,3 +0,0 @@ -CONFIG_ARM=y -CONFIG_TARGET_IMX27LITE=y -# CONFIG_CMD_SETEXPR is not set diff --git a/configs/magnesium_defconfig b/configs/magnesium_defconfig deleted file mode 100644 index 2fa6589..0000000 --- a/configs/magnesium_defconfig +++ /dev/null @@ -1,3 +0,0 @@ -CONFIG_ARM=y -CONFIG_TARGET_MAGNESIUM=y -# CONFIG_CMD_SETEXPR is not set |