diff options
author | Myles Watson <mylesgw@gmail.com> | 2009-09-17 16:59:07 +0000 |
---|---|---|
committer | Myles Watson <mylesgw@gmail.com> | 2009-09-17 16:59:07 +0000 |
commit | 079300b987dd93324c354fd725fc12897757aad9 (patch) | |
tree | 7d775dedde71a7e9f8c018603048d38bb366dca1 /src/mainboard/asus | |
parent | 28412f58b62c73cee47ad3f09a4a056e64d422a6 (diff) | |
download | coreboot-079300b987dd93324c354fd725fc12897757aad9.tar.xz |
Remove warnings from Kconfig. Trivial.
Signed-off-by: Myles Watson <mylesgw@gmail.com>
Acked-by: Myles Watson <mylesgw@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4644 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/asus')
-rw-r--r-- | src/mainboard/asus/m2v-mx_se/Kconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mainboard/asus/m2v-mx_se/Kconfig b/src/mainboard/asus/m2v-mx_se/Kconfig index c68db479c7..f0363f036e 100644 --- a/src/mainboard/asus/m2v-mx_se/Kconfig +++ b/src/mainboard/asus/m2v-mx_se/Kconfig @@ -89,13 +89,13 @@ config MAX_PHYSICAL_CPUS depends on BOARD_ASUS_M2V_MX_SE config STACK_SIZE - int - default 8192 + hex + default 0x2000 depends on BOARD_ASUS_M2V_MX_SE config HEAP_SIZE - int - default 262144 + hex + default 0x40000 depends on BOARD_ASUS_M2V_MX_SE config HAVE_OPTION_TABLE |