diff options
author | Andreas Bießmann <andreas.devel@googlemail.com> | 2015-05-11 13:07:27 +0200 |
---|---|---|
committer | Andreas Bießmann <andreas.devel@googlemail.com> | 2015-06-10 14:03:23 +0200 |
commit | e5354b8a9e2ad7035c8623b552e7532ef7b133ae (patch) | |
tree | 61cc064ebd87ee9668d1e4429cb3bfc785b146e5 /arch/avr32 | |
parent | c62d2f8fc5c682ad541d98e289434a0f76d5ad4b (diff) | |
download | u-boot-imx-e5354b8a9e2ad7035c8623b552e7532ef7b133ae.zip u-boot-imx-e5354b8a9e2ad7035c8623b552e7532ef7b133ae.tar.gz u-boot-imx-e5354b8a9e2ad7035c8623b552e7532ef7b133ae.tar.bz2 |
avr32: delete non generic board's atstk100{3, 4, 6}
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
Diffstat (limited to 'arch/avr32')
-rw-r--r-- | arch/avr32/Kconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/avr32/Kconfig b/arch/avr32/Kconfig index 0c7b1ba..eb33774 100644 --- a/arch/avr32/Kconfig +++ b/arch/avr32/Kconfig @@ -17,15 +17,6 @@ config TARGET_ATNGW100MKII config TARGET_ATSTK1002 bool "Support atstk1002" -config TARGET_ATSTK1003 - bool "Support atstk1003" - -config TARGET_ATSTK1004 - bool "Support atstk1004" - -config TARGET_ATSTK1006 - bool "Support atstk1006" - config TARGET_GRASSHOPPER bool "Support grasshopper" |