]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mkconfig: Create board directory (CONFIG_BOARDDIR) in include/config.h
authorStefan Roese <sr@denx.de>
Tue, 27 Oct 2009 10:46:23 +0000 (11:46 +0100)
committerStefan Roese <sr@denx.de>
Mon, 2 Nov 2009 15:29:03 +0000 (16:29 +0100)
commit7ec1fedda6ac551c67f2214ced94e4b49b6680e4
tree64c92cd05abab5dd18737ff77beca87a930a03cf
parentcd12f615e4dd1dd24caab93f4157894783c6c1c0
mkconfig: Create board directory (CONFIG_BOARDDIR) in include/config.h

This patch extends the mkconfig script to automatically create a define
for the board directory in include/config.h:

#define CONFIG_BOARDDIR board/amcc/canyonlands

This is needed for the upcoming PPC4xx linker script consolidation,
where the PPC440 platforms need to include a board specific file in
the common linker script.

Signed-off-by: Stefan Roese <sr@denx.de>
mkconfig