From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aneesh V Date: Thu, 14 Jul 2011 15:32:47 +0530 Subject: [U-Boot] [RFC PATCH v1 3/9] Extend build-system for SPL framework In-Reply-To: <20110714094528.304201593511@gemini.denx.de> References: <4DF9B9E0.8020206@ti.com> <1310569869-31810-1-git-send-email-daniel.schwierzeck@googlemail.com> <1310569869-31810-4-git-send-email-daniel.schwierzeck@googlemail.com> <4E1E8096.2000307@ti.com> <20110714094528.304201593511@gemini.denx.de> Message-ID: <4E1EBEC7.2080003@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thursday 14 July 2011 03:15 PM, Wolfgang Denk wrote: > Dear Aneesh, > > In message<4E1E8096.2000307@ti.com> you wrote: >> >> We were not sure whether to globally enable --gc-sections >> unconditionally for SPL or not. My opinion is that these flags should >> be globally enabled for all SPLs for the following reasons: > ... >> As such I propose that the above shall be made un-conditional after >> taking care not to duplicate it if it's already defined in the platform >> config.mk for the u-boot. > > I agree - we should enable these optimizations unconditionally. > [Would duplication of these options be a problem? I don't think so - > it's just bad for esthetic reasons.] Yes, duplication will only make command line look ugly. I don't think it will result in any compilation issue. best regards, Aneesh