commit | 995611e2aacedfc1f9264d49387352974102bf9e | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Tue Oct 27 11:46:23 2009 +0100 |
committer | Stefan Roese <sr@denx.de> | Mon Nov 02 16:29:03 2009 +0100 |
tree | 64c92cd05abab5dd18737ff77beca87a930a03cf | |
parent | 1105e6530425c16d370c717a3134f678befe052d [diff] |
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>