[U-Boot] [PATCH] Add PR1 Appliance - ISDN PRI board
Dimitar Penev
dpn at switchfin.org
Sat Nov 19 16:18:16 CET 2011
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().
More information about the U-Boot
mailing list