diff options
author | Peter Tyser <ptyser@xes-inc.com> | 2009-09-21 11:20:30 -0500 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-10-03 10:17:56 +0200 |
commit | b5650c5d8c99100144d8e4e9af910405f857bb7a (patch) | |
tree | 3cd7e46babf25fcce8638aeb3b0ae634a23bd9ef /include | |
parent | e6b05e774d7ce1641613cdeffb69c1d48139a869 (diff) | |
download | u-boot-b5650c5d8c99100144d8e4e9af910405f857bb7a.zip u-boot-b5650c5d8c99100144d8e4e9af910405f857bb7a.tar.gz u-boot-b5650c5d8c99100144d8e4e9af910405f857bb7a.tar.bz2 |
ppc: Remove board-specific command table relocation fixups
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/inka4x0.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/inka4x0.h b/include/configs/inka4x0.h index 46606ca..14f7826 100644 --- a/include/configs/inka4x0.h +++ b/include/configs/inka4x0.h @@ -42,7 +42,6 @@ #define BOOTFLAG_WARM 0x02 /* Software reboot */ #define CONFIG_MISC_INIT_F 1 /* Use misc_init_f() */ -#define CONFIG_MISC_INIT_R 1 /* Use misc_init_r() */ #define CONFIG_HIGH_BATS 1 /* High BATs supported */ |