diff options
-rw-r--r-- | src/soc/qualcomm/ipq806x/Kconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/soc/qualcomm/ipq806x/Kconfig b/src/soc/qualcomm/ipq806x/Kconfig index 03be33a277..0fb780c643 100644 --- a/src/soc/qualcomm/ipq806x/Kconfig +++ b/src/soc/qualcomm/ipq806x/Kconfig @@ -38,11 +38,11 @@ config BOOTBLOCK_BASE default 0x40600000 config STACK_TOP - hex - default 0x40600000 + hex + default 0x40600000 config STACK_BOTTOM - hex - default 0x405fc000 + hex + default 0x405fc000 endif |