uboot-kirkwood: refresh patches
[openwrt/staging/wigyori.git] / package / boot / uboot-kirkwood / patches / 110-dockstar.patch
index b3837956bce0e4e94629045ea7c28c59f4d6e8aa..c3889e122e7cbc31604e94b9d684c87fdb593c45 100644 (file)
@@ -5,7 +5,7 @@
  #define CONFIG_KW88F6281      1       /* SOC Name */
  #define CONFIG_SKIP_LOWLEVEL_INIT     /* disable board lowlevel_init */
 +#define CONFIG_SYS_MVFS
-
  /*
   * mv-common.h should be defined after CMD configs since it used them
 @@ -37,19 +38,15 @@
@@ -20,7 +20,7 @@
 +      "ubi part ubi; " \
 +      "ubi read 0x800000 kernel; " \
 +      "bootm 0x800000"
-
  #define CONFIG_EXTRA_ENV_SETTINGS \
 -      "console=console=ttyS0,115200\0" \
 -      "mtdids=nand0=orion_nand\0" \
@@ -32,7 +32,7 @@
 +      "mtdids=nand0=orion_nand\0"             \
 +      "mtdparts="CONFIG_MTDPARTS_DEFAULT "\0" \
 +      "bootargs_root=\0"
-
  /*
   * Ethernet Driver configuration
 --- a/configs/dockstar_defconfig