[AVR32] Fix build error in parse_tag_rdimg()
authorHaavard Skinnemoen <hskinnemoen@atmel.com>
Fri, 13 Jul 2007 09:26:01 +0000 (11:26 +0200)
committerHaavard Skinnemoen <hskinnemoen@atmel.com>
Wed, 18 Jul 2007 18:47:04 +0000 (20:47 +0200)
commitaa15f63790cfd4110ff57c37aa1c6c34133d8a09
tree093ee0ed0be6367f0cdf1f01e017806b788aa9fc
parentd4003ba0a11f9fb484bd45fd83b75f7108871ef2
[AVR32] Fix build error in parse_tag_rdimg()

This code is inside an #ifdef with a misspelled config symbol, so it
hasn't been used for a long time. Fix it before fixing the config
symbol to keep bisection working.

Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
arch/avr32/kernel/setup.c