From 10c32ff59f7abe352b548066918bc5ea39e7c47b Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 2 Dec 2009 21:15:03 -0500 Subject: config_defaults.h: new header for common u-boot config defaults There are a bunch of features in U-Boot that we want to enable by default, and it's best if we centralize them in one place rather than updating all the board files out there. Signed-off-by: Mike Frysinger --- mkconfig | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'mkconfig') diff --git a/mkconfig b/mkconfig index 27d9f2bac7..0f7f13e3a4 100755 --- a/mkconfig +++ b/mkconfig @@ -101,9 +101,11 @@ for i in ${TARGETS} ; do echo "#define CONFIG_MK_${i} 1" >>config.h ; done -echo "#define CONFIG_BOARDDIR board/$BOARDDIR" >>config.h - -echo "#include " >>config.h -echo "#include " >>config.h +cat << EOF >> config.h +#define CONFIG_BOARDDIR board/$BOARDDIR +#include +#include +#include +EOF exit 0 -- cgit v1.2.1