From: Rob Herring <robherring2@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] config: enable CONFIG_API in distro config
Date: Thu, 10 Apr 2014 15:55:48 -0500 [thread overview]
Message-ID: <1397163348-9343-1-git-send-email-robherring2@gmail.com> (raw)
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
next reply other threads:[~2014-04-10 20:55 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-10 20:55 Rob Herring [this message]
2014-04-18 15:35 ` [U-Boot] config: enable CONFIG_API in distro config 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1397163348-9343-1-git-send-email-robherring2@gmail.com \
--to=robherring2@gmail.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.