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/130-ib62x0.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/130-ib62x0.patch')
-rw-r--r-- | package/boot/uboot-kirkwood/patches/130-ib62x0.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/boot/uboot-kirkwood/patches/130-ib62x0.patch b/package/boot/uboot-kirkwood/patches/130-ib62x0.patch index 2327c4a910..0092d989e1 100644 --- a/package/boot/uboot-kirkwood/patches/130-ib62x0.patch +++ b/package/boot/uboot-kirkwood/patches/130-ib62x0.patch @@ -1,6 +1,6 @@ --- a/include/configs/ib62x0.h +++ b/include/configs/ib62x0.h -@@ -47,21 +47,15 @@ +@@ -39,21 +39,15 @@ */ #define CONFIG_BOOTCOMMAND \ "setenv bootargs ${console} ${mtdparts} ${bootargs_root}; " \ @@ -29,7 +29,7 @@ * Ethernet driver configuration --- a/configs/ib62x0_defconfig +++ b/configs/ib62x0_defconfig -@@ -21,7 +21,7 @@ CONFIG_CMD_PING=y +@@ -26,7 +26,7 @@ CONFIG_CMD_EXT2=y CONFIG_CMD_FAT=y CONFIG_CMD_JFFS2=y CONFIG_CMD_MTDPARTS=y |