From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Tue, 30 Jun 2009 16:22:45 -0500 Subject: [U-Boot] [PATCH v4 6/6] MX31: Add NAND SPL boot support to i.MX31 PDK board. In-Reply-To: <20090630190958.GN23292@game.jcrosoft.org> References: <20090629210356.GA23292@game.jcrosoft.org> <59b21cf20906292300y215180f6w8e35ccefed783cee@mail.gmail.com> <20090630190958.GN23292@game.jcrosoft.org> Message-ID: <4A4A8225.2080407@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: >>>> +ifeq ($(debug),1) >>>> +PLATFORM_CPPFLAGS += -DDEBUG >>>> +endif >>> I do not think it's board specific >> And what does that comment mean? Should I remove this, move it to >> another file or what? >> > Personnaly I'll active it manually in the file not via a CPPFLAGS > as it will result to active all bebug > > Scott what do you think? I don't think we should do anything differently from the rest of U-Boot here. -Scott