summaryrefslogtreecommitdiff
path: root/board/altera/nios2-generic/Kconfig
diff options
context:
space:
mode:
authorThomas Chou <thomas@wytron.com.tw>2015-10-23 06:55:36 (GMT)
committerThomas Chou <thomas@wytron.com.tw>2015-10-23 06:55:36 (GMT)
commit6168dc6a7a28da3e865314bf1ba5a53eaebe63ac (patch)
treed0592c9c6515885f0fdadb9e94a7b3defe20b846 /board/altera/nios2-generic/Kconfig
parent7cacb64a354a1d996ba55e5e35b95f111f00648d (diff)
downloadu-boot-fsl-qoriq-6168dc6a7a28da3e865314bf1ba5a53eaebe63ac.tar.xz
nios2: zap nios2-generic board dir
As we use device tree to control u-boot now, the generic board can be removed. Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
Diffstat (limited to 'board/altera/nios2-generic/Kconfig')
-rw-r--r--board/altera/nios2-generic/Kconfig12
1 files changed, 0 insertions, 12 deletions
diff --git a/board/altera/nios2-generic/Kconfig b/board/altera/nios2-generic/Kconfig
deleted file mode 100644
index cd3d098..0000000
--- a/board/altera/nios2-generic/Kconfig
+++ /dev/null
@@ -1,12 +0,0 @@
-if TARGET_NIOS2_GENERIC
-
-config SYS_BOARD
- default "nios2-generic"
-
-config SYS_VENDOR
- default "altera"
-
-config SYS_CONFIG_NAME
- default "nios2-generic"
-
-endif