From 705240eeb55dda0e30a7f66809628ff316cb0e3d Mon Sep 17 00:00:00 2001 From: Paul Wassi Date: Wed, 26 Oct 2016 11:14:47 +0200 Subject: uboot-kirkwood: bump to upstream 2016.09.01 Bump U-Boot for Kirkwood to upstream 2016.09.01. Local patches cleaned up and reworked. Signed-off-by: Paul Wassi --- package/boot/uboot-kirkwood/patches/150-goflexhome.patch | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'package/boot/uboot-kirkwood/patches/150-goflexhome.patch') diff --git a/package/boot/uboot-kirkwood/patches/150-goflexhome.patch b/package/boot/uboot-kirkwood/patches/150-goflexhome.patch index f9b26cfb51..7f66eb93d5 100644 --- a/package/boot/uboot-kirkwood/patches/150-goflexhome.patch +++ b/package/boot/uboot-kirkwood/patches/150-goflexhome.patch @@ -1,8 +1,6 @@ -Index: u-boot-2014.10/include/configs/goflexhome.h -=================================================================== ---- u-boot-2014.10.orig/include/configs/goflexhome.h -+++ u-boot-2014.10/include/configs/goflexhome.h -@@ -96,20 +96,18 @@ +--- a/include/configs/goflexhome.h ++++ b/include/configs/goflexhome.h +@@ -87,20 +87,18 @@ */ #define CONFIG_BOOTCOMMAND \ "setenv bootargs ${console} ${mtdparts} ${bootargs_root}; " \ @@ -10,8 +8,8 @@ Index: u-boot-2014.10/include/configs/goflexhome.h - "ubifsmount ubi:root; " \ - "ubifsload 0x800000 ${kernel}; " \ - "bootm 0x800000" -+ "ubi part ubi; " \ -+ "ubi read 0x800000 kernel; " \ ++ "ubi part ubi; " \ ++ "ubi read 0x800000 kernel; " \ + "bootz 0x800000" #define CONFIG_MTDPARTS \ -- cgit v1.2.3