diff options
author | Stefan Reinauer <stepan@coreboot.org> | 2010-12-13 22:16:45 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-12-13 22:16:45 +0000 |
commit | dd6619f5e9c4626613d70714e00ddfa0a1b4b67f (patch) | |
tree | 0ac78ffc5411d9b94e97a0f9a466b1390d884c8b /src | |
parent | cc1e6452489a5223068809edd0d8ccf05ab1f7ee (diff) |
no leading zeroes.
Signed-off-by: Stefan Reinauer <stepan@coreboot.org>
Acked-by: Stefan Reinauer <stepan@coreboot.org>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6177 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/msi/ms9652_fam10/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/msi/ms9652_fam10/Kconfig b/src/mainboard/msi/ms9652_fam10/Kconfig index 88723b8c7f..d8025d789e 100644 --- a/src/mainboard/msi/ms9652_fam10/Kconfig +++ b/src/mainboard/msi/ms9652_fam10/Kconfig @@ -97,7 +97,7 @@ config MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID config RAMBASE hex - default 0x00200000 + default 0x200000 config TTYS0_BAUD int |