summaryrefslogtreecommitdiff
path: root/board/ml2/config.mk
AgeCommit message (Collapse)Author
2010-12-09Move LDSCRIPT definitions to board config files.Wolfgang Denk
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]>
2010-10-18Makefile: move all Power Architecture boards into boards.cfgWolfgang Denk
Clean up Makefile, and drop a lot of the config.mk files on the way. We now also automatically pick all boards that are listed in boards.cfg (and with all configurations), so we can drop the redundant entries from MAKEALL to avoid building these twice. Signed-off-by: Wolfgang Denk <[email protected]>
2010-10-18Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk
The change is currently needed to be able to remove the board configuration scripting from the top level Makefile and replace it by a simple, table driven script. Moving this configuration setting into the "CONFIG_*" name space is also desirable because it is needed if we ever should move forward to a Kconfig driven configuration system. Signed-off-by: Wolfgang Denk <[email protected]>
2009-11-02ppc4xx: Add custom linker script to board/*/config.mkStefan Roese
These boards have special linker scripts right now. We can't use the common 4xx linker script here. So overrride the linker script (LDSCRIPT) in board/*/config.mk and choose the board specific version. Signed-off-by: Stefan Roese <[email protected]>
2002-09-18Initial revisionwdenk