uboot-kirkwood: fix whitespaces
[openwrt/staging/chunkeey.git] / package / boot / uboot-kirkwood / patches / 110-dockstar.patch
index 43dce1a0d3fe09831955211eba2e6036cd57a110..06ec507c885f9b61ccd6ac3e7a8ae08409a7fcd8 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
 @@ -36,27 +37,22 @@
@@ -15,7 +15,7 @@
 -#define CONFIG_ENV_ADDR                       0x80000
 -#define CONFIG_ENV_OFFSET             0x80000 /* env starts here */
 +#define CONFIG_ENV_OFFSET             0xe0000 /* env starts here */
+
  /*
   * Default environment variables
   */
@@ -29,7 +29,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" \
@@ -41,7 +41,7 @@
 +      "mtdids=nand0=orion_nand\0"             \
 +      "mtdparts="CONFIG_MTDPARTS_DEFAULT      \
 +      "bootargs_root=\0"
+
  /*
   * Ethernet Driver configuration
 --- a/configs/dockstar_defconfig