diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2009-12-17 18:47:50 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2009-12-17 18:47:50 +0000 |
commit | 1a4d90078a60b717cd64250c3c8f5f189c0034c6 (patch) | |
tree | 21f43586203cfe38b0dc99da6a1c0551c313e3a0 /targets | |
parent | 48ca7b2d083a22f92482055cf2a8d698e2caf435 (diff) |
Make "KBuild report" a bit happier
- drop some unused options from "newconfig"
- filter some Kconfig only options from the report
- drop targets directory of a non existent mainboard.
(trivial)
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4981 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets')
-rw-r--r-- | targets/momentum/apache/Config.lb | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/targets/momentum/apache/Config.lb b/targets/momentum/apache/Config.lb deleted file mode 100644 index b1d74d5f9a..0000000000 --- a/targets/momentum/apache/Config.lb +++ /dev/null @@ -1,28 +0,0 @@ -# Config file for the Momentum Apache dual 970 board -# This will make a target directory of ./apache - -target apache - -mainboard momentum/apache - -# Apache Demo Board -romimage "fallback" - ## Base of ROM - option CONFIG_ROMBASE=0xfff00000 - - ## Apache reset vector - option CONFIG_RESET=CONFIG_ROMBASE+0x100 - - ## Exception vectors (other than reset vector) - option CONFIG_EXCEPTION_VECTORS=CONFIG_RESET+0x100 - - ## Start of coreboot in the boot rom - ## = CONFIG_RESET + exeception vector table size - option CONFIG_ROMSTART=CONFIG_RESET+0x3100 - - ## Coreboot C code runs at this location in RAM - option CONFIG_RAMBASE=0x00100000 - option CONFIG_RAMSTART=0x00100000 -end - -buildrom ./coreboot.rom CONFIG_ROM_SIZE "fallback" |