From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bo Shen Date: Thu, 21 Feb 2013 14:58:45 +0800 Subject: [U-Boot] [PATCH 3/3] ARM: at91: change nand flash table In-Reply-To: <20130221020505.GP12654@bill-the-cat> References: <1361355385-13135-1-git-send-email-voice.shen@atmel.com> <1361355385-13135-4-git-send-email-voice.shen@atmel.com> <20130221020505.GP12654@bill-the-cat> Message-ID: <5125C5A5.6000002@atmel.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Tom, On 2/21/2013 10:05, Tom Rini wrote: > On Wed, Feb 20, 2013 at 06:16:25PM +0800, Bo Shen wrote: > >> Change nand flash partition tablke according to www.at91.com/linux4sam >> >> more information: http://www.at91.com/linux4sam/bin/view/Linux4SAM/GettingStarted#Linux4SAM_NandFlash_demo_Memory >> >> Signed-off-by: Bo Shen > > Question. Is there a reason to not being doing the MTDIDS / MTDPARTS > and adding CONFIG_CMD_MTDPARTS ? Yes, MTDIDS/MTDPARTS is missing, however, we can set mtdids and mtdpart environment to use mtdparts command. (Maybe this is not a good idea, will consider to add MTDIDS / MTDPARTS later, not in this patch series.) > Doing that should also "just" enable > the nand info to be passed in the device tree. I am not fully understand this. You means add MTDIDS / MTDPARTS, it can automatically pass the nand info to device tree, not through the command line, am I right? Best Regards, Bo Shen