summaryrefslogtreecommitdiff
path: root/include/configs/at91sam9rlek.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/at91sam9rlek.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/at91sam9rlek.h')
-rw-r--r--include/configs/at91sam9rlek.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/at91sam9rlek.h b/include/configs/at91sam9rlek.h
index 5d837a07af..5066159476 100644
--- a/include/configs/at91sam9rlek.h
+++ b/include/configs/at91sam9rlek.h
@@ -134,7 +134,7 @@
#define CONFIG_BOOTCOMMAND "cp.b 0xC0042000 0x22000000 0x210000; bootm"
#define CONFIG_BOOTARGS "console=ttyS0,115200 " \
"root=/dev/mtdblock0 " \
- "mtdparts=at91_nand:-(root) "\
+ "mtdparts=atmel_nand:-(root) "\
"rw rootfstype=jffs2"
#else /* CONFIG_SYS_USE_NANDFLASH */
@@ -147,7 +147,7 @@
#define CONFIG_BOOTCOMMAND "nand read 0x22000000 0xA0000 0x200000; bootm"
#define CONFIG_BOOTARGS "console=ttyS0,115200 " \
"root=/dev/mtdblock5 " \
- "mtdparts=at91_nand:128k(bootstrap)ro,256k(uboot)ro,128k(env1)ro,128k(env2)ro,2M(linux),-(root) " \
+ "mtdparts=atmel_nand:128k(bootstrap)ro,256k(uboot)ro,128k(env1)ro,128k(env2)ro,2M(linux),-(root) " \
"rw rootfstype=jffs2"
#endif