
-----Original Message----- From: Ladislav Michl [mailto:ladis@linux-mips.org] Sent: 30 January 2008 21:24 To: Peter Pearse Cc: u-boot-users@lists.sourceforge.net Subject: Re: ARM[] voiceblue update
On Tue, Jan 29, 2008 at 08:22:20AM +0000, Peter Pearse wrote:
I get one warning:-
......snip
And diffing my vs. your version of voiceblue.h also brings interesting result.
Could you please revert your changes except removing that blank line (@@ -137,7 +137,6 @@)?
Best regards, ladis
Aplogies - trying to keep to Coding Style line length.
I've applied
diff --git a/include/configs/voiceblue.h b/include/configs/voiceblue.h old mode 100644 new mode 100755 index 12d1172..34114ae --- a/include/configs/voiceblue.h +++ b/include/configs/voiceblue.h @@ -145,7 +145,6 @@ #define CONFIG_BOOTP_HOSTNAME #define CONFIG_BOOTP_BOOTPATH
- #define CONFIG_LOOPW
#define CONFIG_BOOTDELAY 3 @@ -161,7 +160,8 @@ "setpart=" \ "if test -n $swapos; then " \ "setenv swapos; saveenv; " \ - "if test $ospart -eq 0; then setenv ospart 1; else setenv ospart 0; +fi; "\ + "if test $ospart -eq 0; then setenv ospart 1; " \ + "else setenv ospart 0; fi; " \ "fi\0" \ "setup=setenv bootargs console=ttyS0,$baudrate " \ "mtdparts=$mtdparts\0" \ @@ -190,7 +190,8 @@ */ #define CONFIG_JFFS2_CMDLINE #define MTDIDS_DEFAULT "nor0=omapflash.0" - +#define MTDPARTS_DEFAULT "mtdparts=omapflash.0:256k(u-boot),64k(env)," \ + "64k(r_env),16192k(data0),-(data1)"
/* * Miscellaneous configurable options
Please retry.
git://linux-arm.org/u-boot-armdev.git#071212_voiceblue
Regards
Peter