diff options
author | Thomas Chou <thomas@wytron.com.tw> | 2014-08-21 14:36:30 +0800 |
---|---|---|
committer | Thomas Chou <thomas@wytron.com.tw> | 2014-08-24 11:27:57 +0800 |
commit | 70fbc46192dfd52896560f4b31e40daa3d16b99f (patch) | |
tree | f3973868f7e01177bcf2839f76f91af1af87e469 /arch/nios2 | |
parent | 00a2517fcb5159ed016b25130184638b1dbf2f02 (diff) | |
download | talos-obmc-uboot-70fbc46192dfd52896560f4b31e40daa3d16b99f.tar.gz talos-obmc-uboot-70fbc46192dfd52896560f4b31e40daa3d16b99f.zip |
nios2: remove obsolete PCI5441 and PK1C20 boards
Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
Diffstat (limited to 'arch/nios2')
-rw-r--r-- | arch/nios2/Kconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/nios2/Kconfig b/arch/nios2/Kconfig index b70364680b..0cba45bdbe 100644 --- a/arch/nios2/Kconfig +++ b/arch/nios2/Kconfig @@ -11,16 +11,8 @@ choice config TARGET_NIOS2_GENERIC bool "Support nios2-generic" -config TARGET_PCI5441 - bool "Support PCI5441" - -config TARGET_PK1C20 - bool "Support PK1C20" - endchoice source "board/altera/nios2-generic/Kconfig" -source "board/psyent/pci5441/Kconfig" -source "board/psyent/pk1c20/Kconfig" endmenu |