mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] pcm049: use NAND_BUSWIDTH_AUTO
@ 2012-08-27 10:56 Jan Weitzel
  2012-08-28  6:49 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Weitzel @ 2012-08-27 10:56 UTC (permalink / raw)
  To: barebox

autodetect bus width

Signed-off-by: Jan Weitzel <j.weitzel@phytec.de>
---
 arch/arm/boards/pcm049/board.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/arch/arm/boards/pcm049/board.c b/arch/arm/boards/pcm049/board.c
index 456c9a7..57b24af 100644
--- a/arch/arm/boards/pcm049/board.c
+++ b/arch/arm/boards/pcm049/board.c
@@ -101,7 +101,6 @@ static struct i2c_board_info i2c_devices[] = {
 
 static struct gpmc_nand_platform_data nand_plat = {
 	.wait_mon_pin = 1,
-	.device_width = 8,
 	.ecc_mode = OMAP_ECC_BCH8_CODE_HW,
 	.nand_cfg = &omap4_nand_cfg,
 };
-- 
1.7.0.4


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-08-28  6:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-27 10:56 [PATCH] pcm049: use NAND_BUSWIDTH_AUTO Jan Weitzel
2012-08-28  6:49 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox