uboot-kirkwood: fix whitespaces
authorAlberto Bursi <alberto.bursi@outlook.it>
Mon, 18 Jun 2018 17:49:16 +0000 (19:49 +0200)
committerMathias Kresin <dev@kresin.me>
Wed, 27 Jun 2018 06:42:54 +0000 (08:42 +0200)
remove whitespaces from the patches

Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
package/boot/uboot-kirkwood/patches/007-nsa310-uboot-generic.patch
package/boot/uboot-kirkwood/patches/008-nsa325-uboot-generic.patch
package/boot/uboot-kirkwood/patches/010-pogoplug_v4.patch
package/boot/uboot-kirkwood/patches/110-dockstar.patch
package/boot/uboot-kirkwood/patches/120-iconnect.patch
package/boot/uboot-kirkwood/patches/130-ib62x0.patch
package/boot/uboot-kirkwood/patches/140-pogoplug_e02.patch
package/boot/uboot-kirkwood/patches/150-goflexhome.patch

index 2ff916eb880bf8638edc22cd537b35d44bb540db..f1612d8565b13c4c2903a2e4822edec762db3e7e 100644 (file)
@@ -28,20 +28,20 @@ NOTE: this patch is ready for upstream, LEDE-specific parts are in
 @@ -56,6 +56,9 @@ config TARGET_GOFLEXHOME
  config TARGET_NAS220
        bool "BlackArmor NAS220"
+
 +config TARGET_NSA310
 +      bool "Zyxel NSA310 Board"
 +
  config TARGET_NSA310S
        bool "Zyxel NSA310S"
+
 @@ -80,6 +83,7 @@ source "board/raidsonic/ib62x0/Kconfig"
  source "board/Seagate/dockstar/Kconfig"
  source "board/Seagate/goflexhome/Kconfig"
  source "board/Seagate/nas220/Kconfig"
 +source "board/zyxel/nsa310/Kconfig"
  source "board/zyxel/nsa310s/Kconfig"
+
  endif
 --- /dev/null
 +++ b/board/zyxel/nsa310/Kconfig
index fd6dd6fa36e5790ba5cc9261b9d9838d41215c73..7fed859031cf8dc28bfe48ee9e3f94b420b6c413 100644 (file)
@@ -3,19 +3,19 @@
 @@ -62,6 +62,9 @@ config TARGET_NSA310
  config TARGET_NSA310S
        bool "Zyxel NSA310S"
+
 +config TARGET_NSA325
 +      bool "Zyxel NSA325 board"
 +
  endchoice
+
  config SYS_SOC
 @@ -85,5 +88,6 @@ source "board/Seagate/goflexhome/Kconfig
  source "board/Seagate/nas220/Kconfig"
  source "board/zyxel/nsa310/Kconfig"
  source "board/zyxel/nsa310s/Kconfig"
 +source "board/zyxel/nsa325/Kconfig"
+
  endif
 --- /dev/null
 +++ b/board/zyxel/nsa325/Kconfig
index 50551bad6a042b3ceebd8fabebcd72ac89ba9834..b9e023c4f7d2d735d26c915a38a36dad42c8cfa9 100644 (file)
@@ -3,13 +3,13 @@
 @@ -25,6 +25,9 @@ config TARGET_LSXL
  config TARGET_POGO_E02
        bool "pogo_e02 Board"
+
 +config TARGET_POGOPLUGV4
 +    bool "Pogoplug V4 Board"
 +
  config TARGET_DNS325
        bool "dns325 Board"
+
 @@ -77,6 +80,7 @@ source "board/Marvell/guruplug/Kconfig"
  source "board/Marvell/sheevaplug/Kconfig"
  source "board/buffalo/lsxl/Kconfig"
 +++ b/arch/arm/mach-kirkwood/include/mach/kw88f6192.h
 @@ -16,6 +16,6 @@
  #define KW_REGS_PHY_BASE              KW88F6192_REGS_PHYS_BASE
+
  /* TCLK Core Clock defination */
 -#define CONFIG_SYS_TCLK         166000000 /* 166MHz */
 +#define CONFIG_SYS_TCLK         166666667 /* 166MHz */
+
  #endif /* _CONFIG_KW88F6192_H */
 --- a/arch/arm/mach-kirkwood/include/mach/mpp.h
 +++ b/arch/arm/mach-kirkwood/include/mach/mpp.h
  #define MPP33_TDM_DTX         MPP( 33, 0x2, 0, 1, 0,   0,   1,   1    )
  #define MPP33_GE1_13          MPP( 33, 0x3, 0, 0, 0,   1,   1,   1    )
 +#define MPP33_SATA1_ACTn        MPP( 33, 0x5, 0, 1, 0,   1,   1,   1    )
+
  #define MPP34_GPIO            MPP( 34, 0x0, 1, 1, 0,   1,   1,   1    )
  #define MPP34_TDM_SPI_CS1     MPP( 34, 0x2, 0, 1, 0,   0,   1,   1    )
  #define MPP34_GE1_14          MPP( 34, 0x3, 0, 0, 0,   1,   1,   1    )
 +#define MPP34_SATA1_ACTn       MPP( 34, 0x5, 0, 1, 0,   1,   1,   1    )
+
  #define MPP35_GPIO            MPP( 35, 0x0, 1, 1, 1,   1,   1,   1    )
  #define MPP35_TDM_CH0_TX_QL   MPP( 35, 0x2, 0, 1, 0,   0,   1,   1    )
 --- /dev/null
  obj-$(CONFIG_MMC_SDHCI_XENON)         += xenon_sdhci.o
  obj-$(CONFIG_MMC_SDHCI_ZYNQ)          += zynq_sdhci.o
 +obj-$(CONFIG_KIRKWOOD_MMC)            += kirkwood_mmc.o
+
  obj-$(CONFIG_MMC_SUNXI)                       += sunxi_mmc.o
  obj-$(CONFIG_MMC_UNIPHIER)            += uniphier-sd.o
 --- /dev/null
 @@ -117,4 +117,10 @@
  #define CONFIG_MTD_PARTITIONS
  #endif
+
 +/*
 + * Kirkwood MMC
 + */
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
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
index ec0792c58f00ed6bc447d497a11a05b3c8b0ed54..4b1afb837e1836080046f2c8ee79f439f95e9fbf 100644 (file)
@@ -14,7 +14,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"                                     \
@@ -23,7 +23,7 @@
 -      "fdt=/boot/ib62x0.dtb\0"                                        \
 -      "bootargs_root=ubi.mtd=2 root=ubi0:rootfs rootfstype=ubifs rw\0"
 +      "bootargs_root=\0"
+
  /*
   * Ethernet driver configuration
 --- a/configs/ib62x0_defconfig
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
index 186e33a0c4929c03bf15c34067062f1d066577c4..0f77ea720a37b7433f3ec5da10f1ba9a28b3475b 100644 (file)
@@ -10,7 +10,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" \
@@ -18,7 +18,7 @@
 -      "kernel=/boot/uImage\0" \
 -      "bootargs_root=ubi.mtd=root root=ubi0:root rootfstype=ubifs ro\0"
 +      "bootargs_root=\0"
+
  /*
   * Ethernet Driver configuration
 --- a/configs/goflexhome_defconfig