From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Thu, 02 Jul 2009 15:58:46 -0500 Subject: [U-Boot] [PATCH v4 6/6] MX31: Add NAND SPL boot support to i.MX31 PDK board. In-Reply-To: <20090702204523.GB28287@game.jcrosoft.org> References: <20090629210356.GA23292@game.jcrosoft.org> <59b21cf20906292300y215180f6w8e35ccefed783cee@mail.gmail.com> <20090630190958.GN23292@game.jcrosoft.org> <4A4A8225.2080407@freescale.com> <59b21cf20906302248x7889b56ay5d05a69369b5b9e9@mail.gmail.com> <20090702204523.GB28287@game.jcrosoft.org> Message-ID: <4A4D1F86.2030902@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Jean-Christophe PLAGNIOL-VILLARD wrote: >>>> Scott what do you think? >>> I don't think we should do anything differently from the rest of U-Boot >>> here. >> Well, that's not easy since the rest of U-boot does it in different >> ways, i.e. some boards have the debug stuff and some don't. As an >> example all boards in nand_spl/board/{amcc,samsung}/* have that while >> the rest don't have it. > so we need a common rule > IMHO define it manually in each file you want to debug make more sense > > Scoot for you? If we want to have something makefile based it should be done consistently throughout u-boot. If we're not going to do that, then I agree, do it manually inside each file you want to debug. -Scott