[U-Boot] [PATCH 07/10] MPC512x: fix typo in comment listing the NAND driver name
Wolfgang Denk
wd at denx.de
Sun Jun 14 20:58:50 CEST 2009
Signed-off-by: Wolfgang Denk <wd at denx.de>
Cc: Stefan Roese <sr at denx.de>
Cc: Reinhard Arlt <reinhard.arlt at esd-electronics.com>
---
include/configs/mecp5123.h | 2 +-
include/configs/mpc5121ads.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/configs/mecp5123.h b/include/configs/mecp5123.h
index 3f5ad5e..e00859a 100644
--- a/include/configs/mecp5123.h
+++ b/include/configs/mecp5123.h
@@ -171,7 +171,7 @@
/*
* NAND FLASH
- * drivers/mtd/nand/mpc5121_mpc.c (rev 2 silicon only)
+ * drivers/mtd/nand/mpc5121_nfc.c (rev 2 silicon only)
*/
#define CONFIG_CMD_NAND
#define CONFIG_NAND_MPC5121_NFC
diff --git a/include/configs/mpc5121ads.h b/include/configs/mpc5121ads.h
index 852d7b1..2ef3ff1 100644
--- a/include/configs/mpc5121ads.h
+++ b/include/configs/mpc5121ads.h
@@ -201,7 +201,7 @@
/*
* NAND FLASH
- * drivers/mtd/nand/mpc5121_mpc.c (rev 2 silicon only)
+ * drivers/mtd/nand/mpc5121_nfc.c (rev 2 silicon only)
*/
#define CONFIG_CMD_NAND
#define CONFIG_NAND_MPC5121_NFC
--
1.6.0.6
More information about the U-Boot
mailing list