diff options
author | Graeme Russ <graeme.russ@gmail.com> | 2009-02-24 10:14:56 (GMT) |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-03-20 21:39:13 (GMT) |
commit | e17ee157ca9ff0d4cc5841d06c4b70c1603df29c (patch) | |
tree | b86269e5e8d1b944250fdf4b98d3bed066ba7f92 /include/configs | |
parent | 8c63d47651f77d9fb887cad433370b866eb0a193 (diff) | |
download | u-boot-fsl-qoriq-e17ee157ca9ff0d4cc5841d06c4b70c1603df29c.tar.xz |
Add basic relocation to i386 port
Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/sc520_cdp.h | 2 | ||||
-rw-r--r-- | include/configs/sc520_spunk.h | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/sc520_cdp.h b/include/configs/sc520_cdp.h index 19e5889..82faca8 100644 --- a/include/configs/sc520_cdp.h +++ b/include/configs/sc520_cdp.h @@ -28,6 +28,8 @@ #ifndef __CONFIG_H #define __CONFIG_H +#define CONFIG_SKIP_RELOCATE_UBOOT + #define GRUSS_TESTING /* * High Level Configuration Options diff --git a/include/configs/sc520_spunk.h b/include/configs/sc520_spunk.h index 20481bd..3644169 100644 --- a/include/configs/sc520_spunk.h +++ b/include/configs/sc520_spunk.h @@ -28,6 +28,8 @@ #ifndef __CONFIG_H #define __CONFIG_H +#define CONFIG_SKIP_RELOCATE_UBOOT + /* * High Level Configuration Options * (easy to change) |