[U-Boot] [PATCH v1 1/2] mkconfig: pass the board name to board config file

Mingkai Hu Mingkai.hu at freescale.com
Tue Sep 8 09:07:12 CEST 2009


then we can handle the different config target in the board file,
which simplify the top makefile for board that have multiple config
targets.

Signed-off-by: Mingkai Hu <Mingkai.hu at freescale.com>
---
 mkconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/mkconfig b/mkconfig
index b0bbbd1..9efd2fa 100755
--- a/mkconfig
+++ b/mkconfig
@@ -82,6 +82,7 @@ else
 	> config.h		# Create new config file
 fi
 echo "/* Automatically generated - do not edit */" >>config.h
+echo "#define CONFIG_MK_${BOARD_NAME} 1" >>config.h
 echo "#include <configs/$1.h>" >>config.h
 echo "#include <asm/config.h>" >>config.h
 
-- 
1.6.4



More information about the U-Boot mailing list