diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2009-09-29 18:15:06 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2009-09-29 18:15:06 +0000 |
commit | 120bff83ff0c135c6248242416bbff2e61051d41 (patch) | |
tree | 8b805d170b3e4e360c9c32353a9acd35a0bb752b /src/mainboard/amd | |
parent | 6842c0293c743ae9191d0d78fe38e1eba8391265 (diff) |
Fix a number of board names in Kconfig (trivial).
Also, simplify the M2V-MX SE Kconfig file a bit while I'm at it.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4688 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/amd')
-rw-r--r-- | src/mainboard/amd/rumba/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mainboard/amd/rumba/Kconfig b/src/mainboard/amd/rumba/Kconfig index 92b329116f..74537fbe03 100644 --- a/src/mainboard/amd/rumba/Kconfig +++ b/src/mainboard/amd/rumba/Kconfig @@ -1,5 +1,3 @@ - - ## ## This file is part of the coreboot project. ## @@ -19,6 +17,7 @@ ## along with this program; if not, write to the Free Software ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA ## + config BOARD_AMD_RUMBA bool "Rumba" select ARCH_X86 |