commit | c522a8a25097f8b0a06a2eb0f9c65608868bb8bd | [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 | d6d606204893348fe580ef03105a460e26bd3c50 [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>