diff options
author | Graeme Russ <graeme.russ@gmail.com> | 2010-10-07 20:03:18 +1100 |
---|---|---|
committer | Graeme Russ <graeme.russ@gmail.com> | 2010-10-07 20:03:18 +1100 |
commit | 76d5763a4982b3d38a3b149c5ac987229262536a (patch) | |
tree | 86df6211aa007151792b34671e7c1b92307a7083 /include/configs/eNET.h | |
parent | 458379d674f256d32132e29c20a223a3c39b9e34 (diff) | |
download | u-boot-76d5763a4982b3d38a3b149c5ac987229262536a.tar.gz u-boot-76d5763a4982b3d38a3b149c5ac987229262536a.tar.xz u-boot-76d5763a4982b3d38a3b149c5ac987229262536a.zip |
x86: Make CONFIG_RELOC_FIXUP_WORKS generic for all x86 boards
Relocation is not board-specific for the x86 architectrure, so
CONFIG_RELOC_FIXUP_WORKS can be defined globally in the config.h
Diffstat (limited to 'include/configs/eNET.h')
-rw-r--r-- | include/configs/eNET.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/eNET.h b/include/configs/eNET.h index da2a97d26d..fc7c1c6ce9 100644 --- a/include/configs/eNET.h +++ b/include/configs/eNET.h @@ -29,8 +29,6 @@ #ifndef __CONFIG_H #define __CONFIG_H -#define CONFIG_RELOC_FIXUP_WORKS - /* * Stuff still to be dealt with - */ |