uboot-kirkwood: fix whitespaces
[openwrt/staging/jogo.git] / package / boot / uboot-kirkwood / patches / 120-iconnect.patch
index d2e89115e8879a43fb8b55d939d25a36aa121f6e..dcccf58eaf77d82ce1479c819103701eec334dbe 100644 (file)
@@ -6,7 +6,7 @@
  #define CONFIG_ENV_SIZE               0x20000
 -#define CONFIG_ENV_OFFSET     0x80000
 +#define CONFIG_ENV_OFFSET     0xe0000
+
  /*
   * Default environment variables
   */
@@ -18,7 +18,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"             \
@@ -26,7 +26,7 @@
 -      "kernel=/boot/uImage\0"                 \
 -      "bootargs_root=noinitrd ubi.mtd=2 root=ubi0:rootfs rootfstype=ubifs\0"
 +      "bootargs_root=\0"
+
  /*
   * Ethernet driver configuration
 --- a/configs/iconnect_defconfig