public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] config: enable CONFIG_API in distro config
@ 2014-04-10 20:55 Rob Herring
  2014-04-18 15:35 ` [U-Boot] " Tom Rini
  0 siblings, 1 reply; 20+ messages in thread
From: Rob Herring @ 2014-04-10 20:55 UTC (permalink / raw)
  To: u-boot

From: Rob Herring <robh@kernel.org>

CONFIG_API is needed for u-boot apps such as grub2, so enable it for
distro config.

Cc: Dennis Gilmore <dennis@ausil.us>
Signed-off-by: Rob Herring <robh@kernel.org>
---
 include/config_distro_defaults.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/config_distro_defaults.h b/include/config_distro_defaults.h
index 5d18a4b..75eb6f5 100644
--- a/include/config_distro_defaults.h
+++ b/include/config_distro_defaults.h
@@ -30,6 +30,7 @@
 #endif
 
 #define CONFIG_OF_LIBFDT
+#define CONFIG_API
 
 #define CONFIG_CMD_BOOTZ
 #define CONFIG_CMD_DHCP
-- 
1.9.1

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

end of thread, other threads:[~2014-04-21 18:05 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-10 20:55 [U-Boot] [PATCH] config: enable CONFIG_API in distro config Rob Herring
2014-04-18 15:35 ` [U-Boot] " Tom Rini
2014-04-18 15:44   ` Stephen Warren
2014-04-18 15:55     ` Tom Rini
2014-04-18 15:58       ` Stephen Warren
2014-04-18 15:58     ` Rob Herring
2014-04-18 15:44   ` Tom Warren
2014-04-18 15:56     ` Tom Rini
2014-04-18 16:42       ` Rob Herring
2014-04-18 17:23   ` Stephen Warren
2014-04-18 17:43     ` Simon Glass
2014-04-19 14:01       ` Ian Campbell
     [not found]         ` <20140419104218.702c3706@adria.ausil.us>
2014-04-20 16:55           ` Simon Glass
2014-04-21 14:49             ` Dennis Gilmore
2014-04-21 17:57               ` Simon Glass
2014-04-21 18:05                 ` Stephen Warren
2014-04-18 22:54     ` Rob Herring
2014-04-19  1:05       ` Leif Lindholm
2014-04-19 14:04         ` Ian Campbell
2014-04-19 14:34     ` Ian Campbell

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