Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190297
b: refs/heads/master
c: 3184948
h: refs/heads/master
i:
  190295: 0bf8420
v: v3
  • Loading branch information
Thomas Weber authored and Tony Lindgren committed Apr 23, 2010
1 parent 98ce4c8 commit e9b93f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: aee44c30e33bf8126773d1e2963e330b784ccd7c
refs/heads/master: 31849483f17dd76d48341dfc6dfc38261b630d26
8 changes: 4 additions & 4 deletions trunk/arch/arm/mach-omap2/board-sdp-flash.c
Original file line number Diff line number Diff line change
Expand Up @@ -253,20 +253,20 @@ void __init sdp_flash_init(struct flash_partitions sdp_partition_info[])
}

if (norcs > GPMC_CS_NUM)
printk(KERN_INFO "OneNAND: Unable to find configuration "
" in GPMC\n ");
printk(KERN_INFO "NOR: Unable to find configuration "
"in GPMC\n");
else
board_nor_init(sdp_partition_info[0], norcs);

if (onenandcs > GPMC_CS_NUM)
printk(KERN_INFO "OneNAND: Unable to find configuration "
" in GPMC\n ");
"in GPMC\n");
else
board_onenand_init(sdp_partition_info[1], onenandcs);

if (nandcs > GPMC_CS_NUM)
printk(KERN_INFO "NAND: Unable to find configuration "
" in GPMC\n ");
"in GPMC\n");
else
board_nand_init(sdp_partition_info[2], nandcs);
}

0 comments on commit e9b93f7

Please sign in to comment.