From 2ed19d3b9ba6edbc631d26e52b95023c35632e3a Mon Sep 17 00:00:00 2001 From: Alexandre Pereira da Silva Date: Tue, 12 Apr 2011 10:56:56 -0300 Subject: [PATCH] Make the LPC32xx slc nand driver the default --- src/flash/nand/lpc32xx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/flash/nand/lpc32xx.c b/src/flash/nand/lpc32xx.c index 963dd13120..653bcde1e9 100644 --- a/src/flash/nand/lpc32xx.c +++ b/src/flash/nand/lpc32xx.c @@ -227,8 +227,8 @@ static int lpc32xx_init(struct nand_device *nand) /* select MLC controller if none is currently selected */ if (lpc32xx_info->selected_controller == LPC32xx_NO_CONTROLLER) { LOG_DEBUG("no LPC32xx NAND flash controller selected, " - "using default 'mlc'"); - lpc32xx_info->selected_controller = LPC32xx_MLC_CONTROLLER; + "using default 'slc'"); + lpc32xx_info->selected_controller = LPC32xx_SLC_CONTROLLER; } if (lpc32xx_info->selected_controller == LPC32xx_MLC_CONTROLLER) { -- 2.30.2