From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Thu, 22 Oct 2009 18:10:40 -0400 Subject: [U-Boot] [PATCH 1/2] fdt: Add fdt_fixup_nor_flash_size() to fixup NOR FLASH size in dtb In-Reply-To: <1256124307-8881-1-git-send-email-sr@denx.de> References: <1256124307-8881-1-git-send-email-sr@denx.de> Message-ID: <4AE0D860.7030305@gmail.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 Stefan, Wolfgang, Stefan Roese wrote: > This function can be used to update the size in the "reg" property > of the NOR FLASH device nodes. This is necessary for boards with > non-fixed NOR FLASH sizes. > > Signed-off-by: Stefan Roese > Cc: Wolfgang Denk > Cc: Gerald Van Baren Looking at the code, I'm OK with it. Are you looking to get this into the current release (v2009.11) as a bugfix or the next release (v2010.02)? If you need it in the v2009.11 release, you have my Acked-by Gerald Van Baren and I suggest you run it through the ppc4xx repository with its sister patch. Thanks, gvb