]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Update atstk1002 bootargs.
authorEirik Aanonsen <eaa@wprmedical.com>
Tue, 18 Sep 2007 06:47:20 +0000 (08:47 +0200)
committerHaavard Skinnemoen <hskinnemoen@atmel.com>
Tue, 18 Sep 2007 07:53:46 +0000 (09:53 +0200)
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>
include/configs/atstk1002.h

index 7533b0ef9c1d924acb8a4697c09986d2068a52fa..572ac23d3e9abf33816facaca592ee4b786f99d1 100644 (file)
@@ -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)"