commit | 11080ab66dc2c7f36e03f2cf7a8d86d94a58869f | [log] [tgz] |
---|---|---|
author | Ben Gardiner <bengardiner@nanometrics.ca> | Wed Sep 22 17:32:49 2010 -0400 |
committer | Wolfgang Denk <wd@denx.de> | Wed Oct 13 09:57:47 2010 +0200 |
tree | fa8aafa79c88075c0b756fdb8d68df300a4da410 | |
parent | a784c01adcefe3efd4e651c5230e6117a7be35f8 [diff] |
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>