commit: http://blackfin.uclinux.org/git/?p=u-boot;a=commitdiff;h=f2febe9833dc4c500b016ff8b00caa74e0b88ab6 branch: http://blackfin.uclinux.org/git/?p=u-boot;a=shortlog;h=refs/tags/2012R2-RC3
Set BFIN_BOOT_SPI_SSEL to spi port 2 for bf533-stamp, so that default command 'run update' can work correctly. Signed-off-by: Bob Liu <lliu...@gmail.com> --- include/configs/bf533-stamp.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/configs/bf533-stamp.h b/include/configs/bf533-stamp.h index e3344e9..c3a51ad 100644 --- a/include/configs/bf533-stamp.h +++ b/include/configs/bf533-stamp.h @@ -93,6 +93,7 @@ #define CONFIG_SF_DEFAULT_SPEED 30000000 #define CONFIG_SPI_FLASH #define CONFIG_SPI_FLASH_ALL +#define BFIN_BOOT_SPI_SSEL 2 /*
_______________________________________________ U-Boot-commits mailing list U-Boot-commits@blackfin.uclinux.org https://blackfin.uclinux.org/mailman/listinfo/u-boot-commits