From 5972d9999477ceaba269f797e2fec0e4d9d59714 Mon Sep 17 00:00:00 2001 From: "Alexandros C. Couloumbis" Date: Mon, 11 Oct 2010 10:00:02 +0000 Subject: [PATCH] linux/au1000: fix jffs2/squashfs au1500 boot issue (deals with ticket #8058) SVN-Revision: 23391 --- target/linux/au1000/au1500/config-2.6.34 | 2 +- target/linux/au1000/au1500/config-2.6.35 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/au1000/au1500/config-2.6.34 b/target/linux/au1000/au1500/config-2.6.34 index f94973b98f..dbd28d80e3 100644 --- a/target/linux/au1000/au1500/config-2.6.34 +++ b/target/linux/au1000/au1500/config-2.6.34 @@ -19,7 +19,7 @@ CONFIG_BITREVERSE=y # CONFIG_CAVIUM_OCTEON_REFERENCE_BOARD is not set # CONFIG_CAVIUM_OCTEON_SIMULATOR is not set CONFIG_CEVT_R4K_LIB=y -CONFIG_CMDLINE="console=ttyS0,115200" +CONFIG_CMDLINE="console=ttyS0,115200 root=/dev/mtdblock0 rootfstype=squashfs,jffs2" CONFIG_CMDLINE_BOOL=y # CONFIG_CMDLINE_OVERRIDE is not set # CONFIG_CPU_BIG_ENDIAN is not set diff --git a/target/linux/au1000/au1500/config-2.6.35 b/target/linux/au1000/au1500/config-2.6.35 index f94973b98f..dbd28d80e3 100644 --- a/target/linux/au1000/au1500/config-2.6.35 +++ b/target/linux/au1000/au1500/config-2.6.35 @@ -19,7 +19,7 @@ CONFIG_BITREVERSE=y # CONFIG_CAVIUM_OCTEON_REFERENCE_BOARD is not set # CONFIG_CAVIUM_OCTEON_SIMULATOR is not set CONFIG_CEVT_R4K_LIB=y -CONFIG_CMDLINE="console=ttyS0,115200" +CONFIG_CMDLINE="console=ttyS0,115200 root=/dev/mtdblock0 rootfstype=squashfs,jffs2" CONFIG_CMDLINE_BOOL=y # CONFIG_CMDLINE_OVERRIDE is not set # CONFIG_CPU_BIG_ENDIAN is not set -- 2.30.2