summaryrefslogtreecommitdiffstats
path: root/board/zylonite
diff options
context:
space:
mode:
authorHeiko Schocher <hs@pollux.denx.de>2006-12-21 17:17:02 +0100
committerHeiko Schocher <hs@pollux.denx.de>2006-12-21 17:17:02 +0100
commitfa23044564091f05d9695beb7b5b9a931e7f41a4 (patch)
treee930a79b3bfdd7352ad2c5129762553ef95ec27e /board/zylonite
parentee58ea2689930669678fdcb27bf0cc5c341e18eb (diff)
downloadtalos-obmc-uboot-fa23044564091f05d9695beb7b5b9a931e7f41a4.tar.gz
talos-obmc-uboot-fa23044564091f05d9695beb7b5b9a931e7f41a4.zip
Added support for the TQM8272 board from TQ
Signed-off-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'board/zylonite')
-rw-r--r--board/zylonite/nand.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/board/zylonite/nand.c b/board/zylonite/nand.c
index 5d2cd6585f..a41714351f 100644
--- a/board/zylonite/nand.c
+++ b/board/zylonite/nand.c
@@ -448,7 +448,7 @@ static void dfc_gpio_init(void)
* Members with a "?" were not set in the merged testing-NAND branch,
* so they are not set here either.
*/
-void board_nand_init(struct nand_chip *nand)
+int board_nand_init(struct nand_chip *nand)
{
unsigned long tCH, tCS, tWH, tWP, tRH, tRP, tRP_high, tR, tWHR, tAR;
@@ -576,6 +576,7 @@ void board_nand_init(struct nand_chip *nand)
nand->cmdfunc = dfc_cmdfunc;
nand->autooob = &delta_oob;
nand->badblock_pattern = &delta_bbt_descr;
+ return 0;
}
#else
OpenPOWER on IntegriCloud