diff options
| author | Grant Likely <grant.likely@secretlab.ca> | 2007-11-15 08:20:25 -0700 | 
|---|---|---|
| committer | Grant Likely <grant.likely@secretlab.ca> | 2007-11-15 08:31:16 -0700 | 
| commit | c93945e8f9e300860d2bf73a2549ce5794f8bd00 (patch) | |
| tree | e33e3498a3eda409fa338f08d8ff9ea9d91c754b /include/common.h | |
| parent | 1ce55151c85d068f70317a8d65c61058b891afb4 (diff) | |
| download | olio-uboot-2014.01-c93945e8f9e300860d2bf73a2549ce5794f8bd00.tar.xz olio-uboot-2014.01-c93945e8f9e300860d2bf73a2549ce5794f8bd00.zip | |
Revert "[MPC512x] Correct fixup relocation"
This reverts commit 8d17979d0359492a822a0a409d26e3a3549b4cd4.
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'include/common.h')
| -rw-r--r-- | include/common.h | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/include/common.h b/include/common.h index aca281bda..5a6390666 100644 --- a/include/common.h +++ b/include/common.h @@ -70,7 +70,6 @@ typedef volatile unsigned char	vu_char;  #elif defined(CONFIG_MPC512X)  #include <mpc512x.h>  #include <asm/immap_512x.h> -#define CONFIG_RELOC_FIXUP_WORKS  #elif defined(CONFIG_MPC8220)  #include <asm/immap_8220.h>  #define CONFIG_RELOC_FIXUP_WORKS |