ARM: relocation: don't undef CONFIG_SYS_ARM_WITHOUT_RELOC
authorBen Gardiner <bengardiner@nanometrics.ca>
Wed, 22 Sep 2010 21:32:49 +0000 (17:32 -0400)
committerWolfgang Denk <wd@denx.de>
Wed, 13 Oct 2010 07:57:47 +0000 (09:57 +0200)
commit11080ab66dc2c7f36e03f2cf7a8d86d94a58869f
treefa8aafa79c88075c0b756fdb8d68df300a4da410
parenta784c01adcefe3efd4e651c5230e6117a7be35f8
ARM: relocation: don't undef CONFIG_SYS_ARM_WITHOUT_RELOC

There were some #undef's of CONFIG_SYS_ARM_WITHOUT_RELOC added to a few board
configs as part of the arm relocation series; but these are not needed now as we
do not #undef what is not #defined in the first place.

Signed-off-by: Ben Gardiner <bengardiner@nanometrics.ca>
CC: Heiko Schocher <hs@denx.de>
include/configs/da850evm.h
include/configs/imx27lite-common.h
include/configs/omap3_beagle.h
include/configs/qong.h
include/configs/tx25.h