From 52f0aa835fd6caf5f094b551e435f5c9506d61df Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 20 Dec 2010 18:57:09 -0500 Subject: config_cmd_defaults.h: new header for common u-boot command defaults We have config_defaults.h which are random configuration settings that everyone gets by default. We also have config_cmd_default.h which is a recommended list of defaults but boards have to opt into. Now we have config_cmd_defaults.h which is a list of defaults that everyone gets and has to actively opt out of. For now, we populate it with the bootm command which previously was unable to be disabled. Signed-off-by: Mike Frysinger --- mkconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'mkconfig') diff --git a/mkconfig b/mkconfig index 2fda1d4c41..db69336699 100755 --- a/mkconfig +++ b/mkconfig @@ -155,6 +155,7 @@ done cat << EOF >> config.h #define CONFIG_BOARDDIR board/$BOARDDIR +#include #include #include #include -- cgit v1.2.3