From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Wed, 26 Aug 2015 19:35:40 +0100 Subject: [U-Boot] [PATCH 1/4] sunxi_nand_spl: Rename SPL_NAND_SUNXI to NAND_SUNXI In-Reply-To: <1440267221-22220-1-git-send-email-hdegoede@redhat.com> References: <1440267221-22220-1-git-send-email-hdegoede@redhat.com> Message-ID: <1440614140.19820.3.camel@hellion.org.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sat, 2015-08-22 at 20:13 +0200, Hans de Goede wrote: > We eventually want to add full nand support, since it makes no sense > to build SPL with nand support and u-boot without, or the other way > around, a single option will suffice. > > Renaming the Kconfig option now makes things easier when we add full > nand support in the future. > > The "obj-$(CONFIG_NAND_SUNXI) += sunxi_nand_spl.o" is moved to an > "ifdef CONFIG_SPL_BUILD" block in the Makefile. > > Signed-off-by: Hans de Goede Acked-by: Ian Campbell