diff options
author | Jesper Nilsson <jespern@axis.com> | 2015-10-02 11:22:55 +0200 |
---|---|---|
committer | Jesper Nilsson <jespern@axis.com> | 2015-11-02 20:03:05 +0100 |
commit | e301a08be4e4ad349b6195562197950d74c86e8a (patch) | |
tree | b6534fa894b76510a5a8335fab9d311c55ef93d5 /arch/cris/boot | |
parent | 9f4137fa2cf20bd1ffb1fcb2711c3c347cc86fea (diff) | |
download | linux-e301a08be4e4ad349b6195562197950d74c86e8a.tar.gz linux-e301a08be4e4ad349b6195562197950d74c86e8a.tar.bz2 linux-e301a08be4e4ad349b6195562197950d74c86e8a.zip |
CRIS: Drop code related to obsolete or unused kconfigs
Drop all code related to Kconfigs that don't exist.
Fix one Kconfig where it was actually typo:ed (ETRAX_KGB_PORT2)
Drop content related to CRIS v32 SoCs from etraxgpio.h headerfile,
all use of GPIO for both ETRAX FS and ARTPEC-3 should now be through
standard gpiolib instead.
Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
Diffstat (limited to 'arch/cris/boot')
-rw-r--r-- | arch/cris/boot/rescue/head_v10.S | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/cris/boot/rescue/head_v10.S b/arch/cris/boot/rescue/head_v10.S index af55df0994b3..1c05492f3eb2 100644 --- a/arch/cris/boot/rescue/head_v10.S +++ b/arch/cris/boot/rescue/head_v10.S @@ -281,9 +281,6 @@ wait_ser: #ifdef CONFIG_ETRAX_PB_LEDS move.b $r2, [R_PORT_PB_DATA] #endif -#ifdef CONFIG_ETRAX_90000000_LEDS - move.b $r2, [0x90000000] -#endif #endif ;; check if we got something on the serial port |