From 482e65a16d2c49b5547b032caa060f423a3cb4a5 Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Sun, 6 Jun 2021 19:06:29 +0200 Subject: uboot-kirkwood: refresh patches This is only cosmetic, but the next one adding a patch here would have to do it anyway, and thus will get a smaller diff for review now. Signed-off-by: Adrian Schmutzler --- package/boot/uboot-kirkwood/patches/120-iconnect.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/boot/uboot-kirkwood/patches/120-iconnect.patch') diff --git a/package/boot/uboot-kirkwood/patches/120-iconnect.patch b/package/boot/uboot-kirkwood/patches/120-iconnect.patch index 770a52f737..dad3dd4744 100644 --- a/package/boot/uboot-kirkwood/patches/120-iconnect.patch +++ b/package/boot/uboot-kirkwood/patches/120-iconnect.patch @@ -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" \ @@ -19,7 +19,7 @@ - "bootargs_root=noinitrd ubi.mtd=2 root=ubi0:rootfs rootfstype=ubifs\0" + "mtdparts="CONFIG_MTDPARTS_DEFAULT "\0" \ + "bootargs_root=\0" - + /* * Ethernet driver configuration --- a/configs/iconnect_defconfig -- cgit v1.2.3