From 918319c705d8a3d6251919a660baef32ff3a829a Mon Sep 17 00:00:00 2001 From: Albin Tonnerre Date: Wed, 22 Jul 2009 18:30:03 +0200 Subject: Update the mtd driver name in bootargs for at91-based boards The name of the atmel nand driver in the kernel changed from at91_nand to atmel_nand back in June 2008, but the at91-based boards config files still refer to at91_nand. This patch updates them with the new name Signed-off-by: Albin Tonnerre --- include/configs/at91cap9adk.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/configs/at91cap9adk.h') diff --git a/include/configs/at91cap9adk.h b/include/configs/at91cap9adk.h index 0ef355421..cc194d8b6 100644 --- a/include/configs/at91cap9adk.h +++ b/include/configs/at91cap9adk.h @@ -172,7 +172,7 @@ #define CONFIG_BOOTARGS "console=ttyS0,115200 " \ "root=/dev/mtdblock1 " \ "mtdparts=physmap-flash.0:-(nor);" \ - "at91_nand:-(root) " \ + "atmel_nand:-(root) " \ "rw rootfstype=jffs2" #else @@ -188,7 +188,7 @@ "root=/dev/mtdblock4 " \ "mtdparts=physmap-flash.0:16k(bootstrap)ro,"\ "16k(env),224k(uboot)ro,-(linux);" \ - "at91_nand:-(root) " \ + "atmel_nand:-(root) " \ "rw rootfstype=jffs2" #endif -- cgit v1.2.3