From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Wed, 27 Feb 2013 10:53:05 -0600 Subject: [U-Boot] [PATCH] nand: adjust erase/read/write partition/chip size for bad blocks In-Reply-To: <07547859-2CE1-4B5D-AD74-A515BF590BF3@3gfp.com> (from hchapman@3gfp.com on Tue Feb 26 21:04:22 2013) References: <1361929350.12570.18@snotra> <07547859-2CE1-4B5D-AD74-A515BF590BF3@3gfp.com> Message-ID: <1361983985.15577.0@snotra> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 02/26/2013 09:04:22 PM, Harvey Chapman wrote: > On Feb 26, 2013, at 8:42 PM, Scott Wood > wrote: > > No need to be quite so verbose in the comments. If someone tries > to change "size" to "rwsize" the compiler will complain about the > type mismatch. > > Actually, it does give a warning that flies by and is buried inside > the compile log. Then, it'll let you run and walk on memory. Ask me > how I know. :) Warnings are easier to spot if you pass "-s" to make (or use MAKEALL which does this). -Scott