Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 31849483 authored by Thomas Weber's avatar Thomas Weber Committed by Tony Lindgren
Browse files

omap: board-sdp-flash.c: Fix typos in debug output



Corrected type of flash in output (OneNAND => NOR).
Removed whitespace after newline in output.
Removed double whitespace in output.

Signed-off-by: default avatarThomas Weber <weber@corscience.de>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent aee44c30
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -253,7 +253,7 @@ void __init sdp_flash_init(struct flash_partitions sdp_partition_info[])
	}

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