From c297f51818db2a386583f128b8a4935320efce4f Mon Sep 17 00:00:00 2001 From: Piotr Dymacz Date: Sat, 11 Feb 2017 18:51:39 +0100 Subject: [PATCH] Fix Wallys DR531 bootargs --- u-boot/include/configs/ap143.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) ||\ -- 2.25.1