From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dimitar Penev Date: Sat, 19 Nov 2011 17:18:16 +0200 Subject: [U-Boot] [PATCH] Add PR1 Appliance - ISDN PRI board References: <014501cca57b$1d65e800$2901a8c0@dpn> <201111190042.52468.vapier@gentoo.org> Message-ID: <003901cca6ce$76650ef0$2901a8c0@dpn> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Mike, Thank you for the review. I am attaching the updated patch bellow. Few comments in a reply to your remarks/questions. ----------------------------------------------------------------------------------------------- >> +void board_reset(void) >> +{ >> + /* workaround for weak pull ups on ssel */ >> + if (CONFIG_BFIN_BOOT_MODE == BFIN_BOOT_SPI_MASTER) >> + bfin_reset_boot_spi_cs(GPIO_PF10); >> +} > >do you actually have this problem in the hardware ? or is this just left >over >from copying the old bf537 file ? PR1 Appliance seems to boot from SPI FLASH properly without the board_reset().