diff options
| author | Wolfgang Denk <[email protected]> | 2011-02-04 14:25:17 +0100 |
|---|---|---|
| committer | Wolfgang Denk <[email protected]> | 2011-04-12 22:58:32 +0200 |
| commit | 8ae86b76c648d8bef97241c78e2fddb1c4f164d3 (patch) | |
| tree | edfb0ed97fa96eb19bd494376a96227818664082 /include | |
| parent | 13d72f02efc15766f72a65fa05554a86edd248e1 (diff) | |
Make STANDALONE_LOAD_ADDR configurable per board
Rename STANDALONE_LOAD_ADDR into CONFIG_STANDALONE_LOAD_ADDR
and allow that the architecture-specific default value gets
overwritten by defining the value in the board header file.
Signed-off-by: Wolfgang Denk <[email protected]>
Cc: Mike Frysinger <[email protected]>
Cc: Shinya Kuribayashi <[email protected]>
Cc: Daniel Hellstrom <[email protected]>
Cc: Tsi Chung Liew <[email protected]>
Cc: Nobuhiro Iwamatsu <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/omap2420h4.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/omap2420h4.h b/include/configs/omap2420h4.h index 7161ab18ca3..2888c7bfbc6 100644 --- a/include/configs/omap2420h4.h +++ b/include/configs/omap2420h4.h @@ -38,6 +38,8 @@ /*#define CONFIG_APTIX 1 #* define if on APTIX test chip */ /*#define CONFIG_VIRTIO 1 #* Using Virtio simulator */ +#define CONFIG_STANDALONE_LOAD_ADDR 0x80300000 + /* Clock config to target*/ #define PRCM_CONFIG_II 1 /* #define PRCM_CONFIG_III 1 */ |
