summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorTom Rix <Tom.Rix@windriver.com>2009-10-12 12:07:40 -0400
committerTom Rix <Tom.Rix@windriver.com>2009-10-18 16:52:53 -0500
commit96a27c6dc29abf11740632ecd8ccab607b209c5d (patch)
tree0ffde3bbe45205811923ddbd133c5368142f2b6e /board
parent64d945abe8cffbacdaeca5f63b9b84f895d2d9ab (diff)
downloadtalos-obmc-uboot-96a27c6dc29abf11740632ecd8ccab607b209c5d.tar.gz
talos-obmc-uboot-96a27c6dc29abf11740632ecd8ccab607b209c5d.zip
Zoom2 Fix serial gpmc setup
The offset to the chip select is incorrect. The change 187af954cf7958c24efcf0fd62289bbdb4f1f24e, omap3: embedd gpmc_cs into gpmc config struct introduced a problem with the serial gpmc setup. This patch reverts the chip select to its previous value. The symptoms of this problem are that the Zoom2 currently hangs. This was run tested on Zoom2. Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
Diffstat (limited to 'board')
-rw-r--r--board/logicpd/zoom2/zoom2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/logicpd/zoom2/zoom2.c b/board/logicpd/zoom2/zoom2.c
index d9e2ae5021..cd8c9fef1a 100644
--- a/board/logicpd/zoom2/zoom2.c
+++ b/board/logicpd/zoom2/zoom2.c
@@ -129,7 +129,7 @@ int board_init (void)
/* Configure console support on zoom2 */
gpmc_config = gpmc_serial_TL16CP754C;
- enable_gpmc_cs_config(gpmc_config, &gpmc_cfg->cs[4],
+ enable_gpmc_cs_config(gpmc_config, &gpmc_cfg->cs[3],
SERIAL_TL16CP754C_BASE, GPMC_SIZE_16M);
/* board id for Linux */
OpenPOWER on IntegriCloud