From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Frysinger Date: Thu, 8 Jan 2009 13:41:15 -0500 Subject: [U-Boot] Pull request u-boot-blackfin.git Message-ID: <1231440075-17084-1-git-send-email-vapier@gentoo.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de The following changes since commit f85cd46918241842546e5021d0b88db2be50a048: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx are available in the git repository at: git://www.denx.de/git/u-boot-blackfin.git master Mike Frysinger (5): Blackfin: set proper LDRFLAGS for parallel booting LDRs Blackfin: fix linker scripts to work with --gc-sections Blackfin: fix out-of-tree building with ldscripts Blackfin: drop CONFIG_SPI handling in board init bf537-stamp/nand: fix board_nand_init prototype board/bf533-ezkit/Makefile | 7 +++---- board/bf533-ezkit/config.mk | 8 ++++++++ board/bf533-ezkit/u-boot.lds.S | 23 +++++++++++++---------- board/bf533-stamp/Makefile | 7 +++---- board/bf533-stamp/config.mk | 8 ++++++++ board/bf533-stamp/u-boot.lds.S | 19 +++++++++++-------- board/bf537-stamp/Makefile | 7 +++---- board/bf537-stamp/config.mk | 7 ++++++- board/bf537-stamp/nand.c | 4 +++- board/bf537-stamp/u-boot.lds.S | 19 +++++++++++-------- board/bf561-ezkit/Makefile | 7 +++---- board/bf561-ezkit/config.mk | 8 ++++++++ board/bf561-ezkit/u-boot.lds.S | 23 +++++++++++++---------- lib_blackfin/board.c | 7 ------- 14 files changed, 93 insertions(+), 61 deletions(-)