From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Wed, 18 Feb 2009 04:27:01 +0100 Subject: [U-Boot] [PATCH] qong: changes to Dave/DENX Qong configuration In-Reply-To: <20090217082948.87FBB832E893@gemini.denx.de> References: <20090217082948.87FBB832E893@gemini.denx.de> Message-ID: <20090218032701.GF7712@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 09:29 Tue 17 Feb , Wolfgang Denk wrote: > >From db8b5a7ed751fde815ec1a7a9e8751d64abeef91 Thu Feb 05 04:08:20 2009 > From: Ilya Yanok > Date: Thu, 5 Feb 2009 04:08:20 +0100 > Subject: [PATCH] qong: changes to Dave/DENX Qong configuration > > 1. Changes to the default environment: > - "bootcmd" defined as "run flash_self" > - "saveenv" command removed from "update" > - "uboot" changed to "u-boot" (also in "load") > - "addmtd" variable defined (and added to all boot commands) > 2. CONFIG_CMD_JFFS2 defined to enable "mtdparts" command > 3. MTDIDS_DEFAULT and MTDPARTS_DEFAULT defined > 4. CONFIG_SYS_CBSIZE changed from 256 to 512. That solves the problem > with truncated "bootargs" environment variable. > > Signed-off-by: Ilya Yanok > --- > include/configs/qong.h | 22 ++++++++++++++-------- > 1 files changed, 14 insertions(+), 8 deletions(-) Applied Best Regards, J.