diff options
Diffstat (limited to 'src/cpu')
-rw-r--r-- | src/cpu/Kconfig | 2 | ||||
-rw-r--r-- | src/cpu/amd/socket_F_1207/Kconfig | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/cpu/Kconfig b/src/cpu/Kconfig index ebe5dec07f..74198994bd 100644 --- a/src/cpu/Kconfig +++ b/src/cpu/Kconfig @@ -19,7 +19,7 @@ config DCACHE_RAM_SIZE config DCACHE_RAM_GLOBAL_VAR_SIZE hex - default 0 + default 0x0 config MAX_PHYSICAL_CPUS int diff --git a/src/cpu/amd/socket_F_1207/Kconfig b/src/cpu/amd/socket_F_1207/Kconfig index c5e1be495a..de64165a37 100644 --- a/src/cpu/amd/socket_F_1207/Kconfig +++ b/src/cpu/amd/socket_F_1207/Kconfig @@ -41,5 +41,5 @@ config CBB config CDB hex - default 0 + default 0x0 depends on CPU_AMD_SOCKET_F_1207 |