]> git.ipfire.org Git - people/ms/u-boot.git/commit
Blackfin: unify u-boot linker scripts
authorMike Frysinger <vapier@gentoo.org>
Sun, 14 Jun 2009 10:29:07 +0000 (06:29 -0400)
committerMike Frysinger <vapier@gentoo.org>
Mon, 15 Jun 2009 00:01:14 +0000 (20:01 -0400)
commit9ff67e5e4c719556d57f136a6453f8e4798d85c0
treee004a20f45b84b209dfae8cc854bfc4d750be682
parentf52efcae98cbb8a39f1d0535df8d9646a776af9e
Blackfin: unify u-boot linker scripts

All the Blackfin linker scripts were duplicated across the board dirs with
no difference save from the semi-often used ENV_IS_EMBEDDED option.  So
unify all of them in the lib_blackfin/ dir and for the few boards that
need to embedded the environment directly, add a LDS_BOARD_TEXT define for
them to customize via their board config file.  This is much simpler than
forcing them to duplicate the rest of the linker script.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
92 files changed:
Makefile
blackfin_config.mk
board/bf518f-ezbrd/.gitignore [deleted file]
board/bf518f-ezbrd/Makefile
board/bf518f-ezbrd/config.mk
board/bf518f-ezbrd/u-boot.lds.S [deleted file]
board/bf526-ezbrd/.gitignore [deleted file]
board/bf526-ezbrd/Makefile
board/bf526-ezbrd/config.mk
board/bf526-ezbrd/u-boot.lds.S [deleted file]
board/bf527-ezkit/.gitignore [deleted file]
board/bf527-ezkit/Makefile
board/bf527-ezkit/config.mk
board/bf533-ezkit/.gitignore [deleted file]
board/bf533-ezkit/Makefile
board/bf533-ezkit/config.mk
board/bf533-ezkit/u-boot.lds.S [deleted file]
board/bf533-stamp/.gitignore [deleted file]
board/bf533-stamp/Makefile
board/bf533-stamp/config.mk
board/bf533-stamp/u-boot.lds.S [deleted file]
board/bf537-minotaur/.gitignore [deleted file]
board/bf537-minotaur/Makefile
board/bf537-minotaur/config.mk
board/bf537-minotaur/u-boot.lds.S [deleted file]
board/bf537-pnav/.gitignore [deleted file]
board/bf537-pnav/Makefile
board/bf537-pnav/config.mk
board/bf537-pnav/u-boot.lds.S [deleted file]
board/bf537-srv1/.gitignore [deleted file]
board/bf537-srv1/Makefile
board/bf537-srv1/config.mk
board/bf537-srv1/u-boot.lds.S [deleted file]
board/bf537-stamp/.gitignore [deleted file]
board/bf537-stamp/Makefile
board/bf537-stamp/config.mk
board/bf537-stamp/u-boot.lds.S [deleted file]
board/bf538f-ezkit/.gitignore [deleted file]
board/bf538f-ezkit/Makefile
board/bf538f-ezkit/config.mk
board/bf538f-ezkit/u-boot.lds.S [deleted file]
board/bf548-ezkit/.gitignore [deleted file]
board/bf548-ezkit/Makefile
board/bf548-ezkit/config.mk
board/bf548-ezkit/u-boot.lds.S [deleted file]
board/bf561-ezkit/.gitignore [deleted file]
board/bf561-ezkit/Makefile
board/bf561-ezkit/config.mk
board/bf561-ezkit/u-boot.lds.S [deleted file]
board/blackstamp/.gitignore [deleted file]
board/blackstamp/Makefile
board/blackstamp/config.mk
board/blackstamp/u-boot.lds.S [deleted file]
board/cm-bf527/.gitignore [deleted file]
board/cm-bf527/Makefile
board/cm-bf527/config.mk
board/cm-bf527/u-boot.lds.S [deleted file]
board/cm-bf533/.gitignore [deleted file]
board/cm-bf533/Makefile
board/cm-bf533/config.mk
board/cm-bf533/u-boot.lds.S [deleted file]
board/cm-bf537e/.gitignore [deleted file]
board/cm-bf537e/Makefile
board/cm-bf537e/config.mk
board/cm-bf537e/u-boot.lds.S [deleted file]
board/cm-bf548/.gitignore [deleted file]
board/cm-bf548/Makefile
board/cm-bf548/config.mk
board/cm-bf548/u-boot.lds.S [deleted file]
board/cm-bf561/.gitignore [deleted file]
board/cm-bf561/Makefile
board/cm-bf561/config.mk
board/cm-bf561/u-boot.lds.S [deleted file]
board/ibf-dsp561/.gitignore [deleted file]
board/ibf-dsp561/Makefile
board/ibf-dsp561/config.mk
board/ibf-dsp561/u-boot.lds.S [deleted file]
board/tcm-bf537/.gitignore [deleted file]
board/tcm-bf537/Makefile
board/tcm-bf537/config.mk
board/tcm-bf537/u-boot.lds.S [deleted file]
include/configs/bf533-stamp.h
include/configs/bf537-pnav.h
include/configs/bf537-stamp.h
include/configs/bf538f-ezkit.h
include/configs/bf561-ezkit.h
include/configs/cm-bf537e.h
include/configs/ibf-dsp561.h
include/configs/tcm-bf537.h
lib_blackfin/.gitignore [new file with mode: 0644]
lib_blackfin/Makefile
lib_blackfin/u-boot.lds.S [moved from board/bf527-ezkit/u-boot.lds.S with 97% similarity]