diff options
author | Pawel Dembicki <paweldembicki@gmail.com> | 2020-04-11 15:44:14 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2020-04-20 16:37:56 +0200 |
commit | 6cafea5c5ea92be0152f475467a2434c90d01891 (patch) | |
tree | 13610a020ede958cac6f25b0b9ca2f70587aa800 /package/boot/uboot-kirkwood/patches/150-goflexhome.patch | |
parent | 29a458b0cae3435bce41136ee3b4132b4103ffae (diff) | |
download | upstream-6cafea5c5ea92be0152f475467a2434c90d01891.tar.gz upstream-6cafea5c5ea92be0152f475467a2434c90d01891.tar.bz2 upstream-6cafea5c5ea92be0152f475467a2434c90d01891.zip |
uboot-kirkwood: update to 2020.04
Update U-Boot to current 2020.04 release for kirkwood platform.
Catch up with upstream and move some configuration options from
the header files to the corresponding defconfig files.
Compile tested: all devices
Run tested: nsa310, pogoplugv4
Tested-by: Cezary Jackiewicz <cezary@eko.one.pl> [nsa310]
Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
Diffstat (limited to 'package/boot/uboot-kirkwood/patches/150-goflexhome.patch')
-rw-r--r-- | package/boot/uboot-kirkwood/patches/150-goflexhome.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/boot/uboot-kirkwood/patches/150-goflexhome.patch b/package/boot/uboot-kirkwood/patches/150-goflexhome.patch index 854a1800c3..55d69b81d5 100644 --- a/package/boot/uboot-kirkwood/patches/150-goflexhome.patch +++ b/package/boot/uboot-kirkwood/patches/150-goflexhome.patch @@ -1,6 +1,6 @@ --- a/include/configs/goflexhome.h +++ b/include/configs/goflexhome.h -@@ -66,17 +66,15 @@ +@@ -60,17 +60,15 @@ */ #define CONFIG_BOOTCOMMAND \ "setenv bootargs ${console} ${mtdparts} ${bootargs_root}; " \ @@ -24,7 +24,7 @@ * Ethernet Driver configuration --- a/configs/goflexhome_defconfig +++ b/configs/goflexhome_defconfig -@@ -23,7 +23,7 @@ CONFIG_CMD_EXT4=y +@@ -28,7 +28,7 @@ CONFIG_CMD_FAT=y CONFIG_CMD_JFFS2=y CONFIG_CMD_MTDPARTS=y CONFIG_MTDIDS_DEFAULT="nand0=orion_nand" |