From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aneesh V Date: Fri, 08 Jul 2011 19:22:10 +0530 Subject: [U-Boot] [RFC PATCH 1/4] Adapt config.mk for usage in spl/Makefile In-Reply-To: <20110708134407.A544515794A4@gemini.denx.de> References: <1309352967-5719-1-git-send-email-aneesh@ti.com> <1309883182-12854-1-git-send-email-daniel.schwierzeck@googlemail.com> <1309883182-12854-2-git-send-email-daniel.schwierzeck@googlemail.com> <20110708090838.E92A9126F38F@gemini.denx.de> <20110708122504.89B2A15794A4@gemini.denx.de> <4E17070E.50006@ti.com> <20110708134407.A544515794A4@gemini.denx.de> Message-ID: <4E170B8A.3030905@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 Friday 08 July 2011 07:14 PM, Wolfgang Denk wrote: > Dear Aneesh V, > > In message<4E17070E.50006@ti.com> you wrote: >> >> Do you confirm on replacing all instances of CONFIG_PRELOADER with >> CONFIG_UBOOT_SPL_BUILD? > > Well, both are just names. CONFIG_PRELOADER is shorter, but we are > moving more and more to the "spl" names, so maybe we can agree on > > CONFIG_SPL_BUILD ok. Thanks, Aneesh