summaryrefslogtreecommitdiff
path: root/include/configs/atstk1002.h
diff options
context:
space:
mode:
authorEirik Aanonsen <eaa@wprmedical.com>2007-09-18 08:47:20 +0200
committerHaavard Skinnemoen <hskinnemoen@atmel.com>2007-09-18 09:53:46 +0200
commite80e585b00fbbab7ad1bf71619741f2c5b029ab7 (patch)
treefdd85a841ef4fcf72e84bf5e85982d19cdb22604 /include/configs/atstk1002.h
parenta4f3aab6dfbed6c29367c688bfb8a47eef62c225 (diff)
Update atstk1002 bootargs.
Updates to atstk1002 U-Boot header file: - Changed bootargs: * Set the bootargs for at1002 to point to the SD-card partition instead * ... of the boot flash. * Removing the rootfstype since that argument are not needed. Signed-off-by: Eirik Aanonsen <eaa@wprmedical.com> Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
Diffstat (limited to 'include/configs/atstk1002.h')
-rw-r--r--include/configs/atstk1002.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/atstk1002.h b/include/configs/atstk1002.h
index 7533b0ef9..572ac23d3 100644
--- a/include/configs/atstk1002.h
+++ b/include/configs/atstk1002.h
@@ -96,7 +96,7 @@
#define CONFIG_BAUDRATE 115200
#define CONFIG_BOOTARGS \
- "console=ttyS0 root=/dev/mtdblock1 rootfstype=jffs2 fbmem=600k"
+ "console=ttyS0 root=/dev/mmcblk0p1 fbmem=600k rootwait=1"
#define CONFIG_BOOTCOMMAND \
"fsload; bootm $(fileaddr)"