2011-01-09 Peer Stritzinger <peer at stritzinger dot com>

* startup/bspstart.c: Fixed chip select configuration.
This commit is contained in:
Sebastian Huber
2011-01-10 14:19:32 +00:00
parent e62721c4dd
commit 683af8a7fd
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2011-01-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
* startup/bspstart.c: Fixed chip select configuration.
2010-12-29 Sebastian Huber <sebastian.huber@embedded-brains.de>
* Makefile.am, preinstall.am, startup/start.S: Use standard zero

View File

@@ -321,7 +321,7 @@ static const struct EBI_CS_tag cs_setup[] = {
{
.B.AM = 0x1fff0,
.B.SCY = 4,
.B.SCY = 1,
.B.BSCY = 0
}
}