X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fsheevaplug.h;h=c529636a66def1c894330942a8fc657bc8d8f033;hb=4d339a9e8a758889de5da16b562aff5601bb3d8d;hp=ebc3d642f133cbe6900415a22a99d87f9711cac6;hpb=9ef671c9d4c70af3f8b21d8a31a89af4dc74d6b3;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/sheevaplug.h b/include/configs/sheevaplug.h index ebc3d64..c529636 100644 --- a/include/configs/sheevaplug.h +++ b/include/configs/sheevaplug.h @@ -60,12 +60,12 @@ */ #define CONFIG_BOOTCOMMAND "${x_bootcmd_kernel}; " \ "setenv bootargs ${x_bootargs} ${x_bootargs_root}; " \ - "${x_bootcmd_usb}; bootm 0x6400000;" + "bootm 0x6400000;" #define CONFIG_MTDPARTS \ - "mtdparts=orion_nand:512K(uboot)," \ + "orion_nand:512K(uboot)," \ "512K(env),1M(script),6M(kernel)," \ - "12M(ramdisk),4M(spare),-(rootfs)" + "12M(ramdisk),4M(spare),-(rootfs)\0" #define CONFIG_EXTRA_ENV_SETTINGS "x_bootargs=console" \ "=ttyS0,115200 mtdparts="CONFIG_MTDPARTS \