diff options
author | Graeme Russ <graeme.russ@gmail.com> | 2009-02-24 21:14:56 +1100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-03-20 22:39:13 +0100 |
commit | e17ee157ca9ff0d4cc5841d06c4b70c1603df29c (patch) | |
tree | b86269e5e8d1b944250fdf4b98d3bed066ba7f92 /include/configs/sc520_spunk.h | |
parent | 8c63d47651f77d9fb887cad433370b866eb0a193 (diff) |
Add basic relocation to i386 port
Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
Diffstat (limited to 'include/configs/sc520_spunk.h')
-rw-r--r-- | include/configs/sc520_spunk.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/sc520_spunk.h b/include/configs/sc520_spunk.h index 20481bd499d..36441696ad5 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) |