diff options
author | Simon Glass <sjg@chromium.org> | 2015-08-31 01:19:27 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-09-11 19:00:03 (GMT) |
commit | 7650beb7ca905729891984e117443544157448d0 (patch) | |
tree | 424d4376db562c8cfc7870ad13daa7ece98b33e9 /board/scb9328/Kconfig | |
parent | 47b87d2eedcdf7be821247e570128664709844d4 (diff) | |
download | u-boot-fsl-qoriq-7650beb7ca905729891984e117443544157448d0.tar.xz |
arm: Remove scb9328 board
This board has not been converted to generic board by the deadline.
Remove it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/scb9328/Kconfig')
-rw-r--r-- | board/scb9328/Kconfig | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/board/scb9328/Kconfig b/board/scb9328/Kconfig deleted file mode 100644 index 68e99ea..0000000 --- a/board/scb9328/Kconfig +++ /dev/null @@ -1,12 +0,0 @@ -if TARGET_SCB9328 - -config SYS_BOARD - default "scb9328" - -config SYS_SOC - default "imx" - -config SYS_CONFIG_NAME - default "scb9328" - -endif |