diff options
author | Alberto Bursi <alberto.bursi@outlook.it> | 2018-06-18 19:49:16 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-06-27 08:42:54 +0200 |
commit | ccd1dc3d2044b3cf624f93c86e127f55c5632231 (patch) | |
tree | 01538c61802b88572220c2cb77e77b11b29b0ca9 /package/boot/uboot-kirkwood/patches/110-dockstar.patch | |
parent | 4ec9763ee93243464af9943f360e945e7ce9faed (diff) | |
download | upstream-ccd1dc3d2044b3cf624f93c86e127f55c5632231.tar.gz upstream-ccd1dc3d2044b3cf624f93c86e127f55c5632231.tar.bz2 upstream-ccd1dc3d2044b3cf624f93c86e127f55c5632231.zip |
uboot-kirkwood: fix whitespaces
remove whitespaces from the patches
Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
Diffstat (limited to 'package/boot/uboot-kirkwood/patches/110-dockstar.patch')
-rw-r--r-- | package/boot/uboot-kirkwood/patches/110-dockstar.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/boot/uboot-kirkwood/patches/110-dockstar.patch b/package/boot/uboot-kirkwood/patches/110-dockstar.patch index 43dce1a0d3..06ec507c88 100644 --- a/package/boot/uboot-kirkwood/patches/110-dockstar.patch +++ b/package/boot/uboot-kirkwood/patches/110-dockstar.patch @@ -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 |