summaryrefslogtreecommitdiff
path: root/include/configs/at91cap9adk.h
diff options
context:
space:
mode:
authorJustin Waters <justin.waters@timesys.com>2009-05-05 09:45:32 -0400
committerJustin Waters <justin.waters@timesys.com>2009-05-05 09:45:32 -0400
commit4012174f7d35baad9ce7f6503b90ba3c1b908a0c (patch)
treef4635d9c5eb9f5d1a838cacfc1bd75f6716e3534 /include/configs/at91cap9adk.h
parent5b259aae61345c16cd4f8b7415bbf0f17019527f (diff)
Fix Atmel NAND driver name in default boot arguments.2009.03-at91-200905051408
The default bootargs in the Atmel AT91 boards uses the old name of the Atmel NAND driver, at91_nand. Kernels 2.6.28 and newer use atmel_nand. This changes those values to match the newer kernels. Signed-off-by: Justin Waters <justin.waters@timesys.com>
Diffstat (limited to 'include/configs/at91cap9adk.h')
-rw-r--r--include/configs/at91cap9adk.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/at91cap9adk.h b/include/configs/at91cap9adk.h
index d8e6a29f6e..1981607006 100644
--- a/include/configs/at91cap9adk.h
+++ b/include/configs/at91cap9adk.h
@@ -165,7 +165,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
@@ -181,7 +181,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