public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/2] common: Makefile: allow for spl builds with env_fat
@ 2014-09-23 15:44 Felipe Balbi
  2014-09-23 15:44 ` [U-Boot] [PATCH 2/2] arm: am43xx: switch over to CONFIG_ENV_IS_IN_FAT Felipe Balbi
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Felipe Balbi @ 2014-09-23 15:44 UTC (permalink / raw)
  To: u-boot

If CONFIG_SPL_BUILD and CONFIG_ENV_IS_IN_FAT are
defined, u-boot spl will fail to build. Fix that.

Signed-off-by: Felipe Balbi <balbi@ti.com>
---
 common/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common/Makefile b/common/Makefile
index aca0f7f..1ff7ce0 100644
--- a/common/Makefile
+++ b/common/Makefile
@@ -233,6 +233,7 @@ obj-$(CONFIG_SPL_ENV_SUPPORT) += env_flags.o
 obj-$(CONFIG_SPL_ENV_SUPPORT) += env_callback.o
 obj-$(CONFIG_ENV_IS_NOWHERE) += env_nowhere.o
 obj-$(CONFIG_ENV_IS_IN_MMC) += env_mmc.o
+obj-$(CONFIG_ENV_IS_IN_FAT) += env_fat.o
 obj-$(CONFIG_ENV_IS_IN_NAND) += env_nand.o
 obj-$(CONFIG_ENV_IS_IN_SPI_FLASH) += env_sf.o
 obj-$(CONFIG_ENV_IS_IN_FLASH) += env_flash.o
-- 
2.1.1.273.g97b8860

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-10-23 17:16 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-23 15:44 [U-Boot] [PATCH 1/2] common: Makefile: allow for spl builds with env_fat Felipe Balbi
2014-09-23 15:44 ` [U-Boot] [PATCH 2/2] arm: am43xx: switch over to CONFIG_ENV_IS_IN_FAT Felipe Balbi
2014-09-26  0:38   ` Felipe Balbi
2014-10-23 17:16   ` [U-Boot] [U-Boot, " Tom Rini
2014-09-26  0:38 ` [U-Boot] [PATCH 1/2] common: Makefile: allow for spl builds with env_fat Felipe Balbi
2014-10-03 20:48   ` Felipe Balbi
2014-10-04 15:50     ` Tom Rini
2014-10-23 17:16 ` [U-Boot] [U-Boot, " Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox