]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Blackfin: bfin_spi: use same gpio cs define as Linux
authorMike Frysinger <vapier@gentoo.org>
Mon, 20 Sep 2010 21:54:09 +0000 (17:54 -0400)
committerMike Frysinger <vapier@gentoo.org>
Tue, 21 Sep 2010 22:22:14 +0000 (18:22 -0400)
commit55fed6fd0b292b37df2a17aeca732194d99440a5
tree0ad717a7e188f3e22ee75e24339960dd3e94c308
parent3d7c8cf5ecc880be03385ae839913dc060af21a0
Blackfin: bfin_spi: use same gpio cs define as Linux

Linux uses an offset of 8 to switch from hardware cs to a gpio cs,
so have u-boot use the same value.  Also make sure it is public
for boards to access.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
arch/blackfin/include/asm/config-pre.h
drivers/spi/bfin_spi.c