diff options
| author | Wolfgang Denk <[email protected]> | 2010-11-28 21:18:58 +0100 |
|---|---|---|
| committer | Wolfgang Denk <[email protected]> | 2010-12-09 10:27:41 +0100 |
| commit | 2ced53e1ad552a7a192b2f3c9671e60eb668ecfa (patch) | |
| tree | 956d71a28526f6bc0147d986459cd1661639db69 /include/configs/ML2.h | |
| parent | 263d5c2f84350703d31ccbfb76c6853570278e6c (diff) | |
Move LDSCRIPT definitions to board config files.
Recent cleanup actions resulted in a number of config.mk files that
contained only LDSCRIPT definitions. Move these into th respective
board config files and remove the now empty config.mk files.
Signed-off-by: Wolfgang Denk <[email protected]>
Cc: Matthias Fuchs <[email protected]>
Cc: Detlev Zundel <[email protected]>
Cc: Heiko Schocher <[email protected]>
Cc: Andre Schwarz <[email protected]>
Cc: Peter De Schrijver <[email protected]>
Acked-by: Detlev Zundel < [email protected]>
Acked-by: Andre Schwarz <[email protected]>
Acked-by: Heiko Schocher<[email protected]>
Acked-by: Matthias Fuchs <[email protected]>
Diffstat (limited to 'include/configs/ML2.h')
| -rw-r--r-- | include/configs/ML2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/ML2.h b/include/configs/ML2.h index 1e96b9e10e2..4df9f4cbc5e 100644 --- a/include/configs/ML2.h +++ b/include/configs/ML2.h @@ -31,6 +31,7 @@ #define CONFIG_ML2 1 /* ...on a ML2 board */ #define CONFIG_SYS_TEXT_BASE 0x18000000 +#define CONFIG_SYS_LDSCRIPT "board/ml2/u-boot.lds" #define CONFIG_ENV_IS_IN_FLASH 1 |
