uboot-kirkwood: fix whitespaces
[openwrt/staging/mkresin.git] / package / boot / uboot-kirkwood / patches / 140-pogoplug_e02.patch
index 34379f261755f48df1c61e0003d59ad281abf790..330821babd149b363fe2402d0461a455a9e09d7b 100644 (file)
@@ -2,11 +2,11 @@
 +++ b/include/configs/pogo_e02.h
 @@ -44,23 +44,23 @@
  #endif
+
  #define CONFIG_ENV_SIZE                       0x20000 /* 128k */
 -#define CONFIG_ENV_OFFSET             0x60000 /* env starts here */
 +#define CONFIG_ENV_OFFSET             0xe0000 /* env starts here */
+
  /*
   * Default environment variables
   */
@@ -19,7 +19,7 @@
 +      "ubifsmount ubi:rootfs; "                                       \
 +      "ubi read 0x800000 kernel; "                                    \
 +      "bootm 0x800000"
+
  #define CONFIG_EXTRA_ENV_SETTINGS \
 -      "mtdparts=mtdparts=orion_nand:1M(u-boot),4M(uImage)," \
 -      "32M(rootfs),-(data)\0"\
@@ -31,7 +31,7 @@
 +      "mtdids=nand0=orion_nand\0"             \
 +      "mtdparts="CONFIG_MTDPARTS_DEFAULT      \
 +      "bootargs_root=\0"
+
  /*
   * Ethernet Driver configuration
 --- a/configs/pogo_e02_defconfig