From: Piotr Dymacz Date: Sat, 11 Feb 2017 17:51:39 +0000 (+0100) Subject: Fix Wallys DR531 bootargs X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c297f51818db2a386583f128b8a4935320efce4f;p=oweals%2Fu-boot_mod.git Fix Wallys DR531 bootargs --- diff --git a/u-boot/include/configs/ap143.h b/u-boot/include/configs/ap143.h index b17f273..e1d48d7 100644 --- a/u-boot/include/configs/ap143.h +++ b/u-boot/include/configs/ap143.h @@ -163,7 +163,7 @@ #define CONFIG_BOOTARGS "console=ttyS0,115200 root=31:02 "\ "rootfstype=jffs2 init=/sbin/init "\ - "mtdparts=ath-nor0:256k(u-boot),64k(u-boot-env),6336k(rootfs),1408k" + "mtdparts=ath-nor0:256k(u-boot),64k(u-boot-env),6336k(rootfs),1408k(uImage),64k(mib0),64k(ART)" #elif defined(CONFIG_FOR_YUNCORE_AP90Q) ||\ defined(CONFIG_FOR_YUNCORE_CPE830) ||\