Edward O'Callaghan (eocallaghan@alterapraxis.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/7669
-gerrit
commit 6a95700bb0e6644f4d2fdbc0b180141425a280fb Author: Edward O'Callaghan eocallaghan@alterapraxis.com Date: Sat Dec 6 18:34:40 2014 +1100
soc/qualcomm/ipq806x/Kconfig: Fix indent style
Change-Id: I72c9c1f5811fafaeec9572b05726d5677e2c28b1 Signed-off-by: Edward O'Callaghan eocallaghan@alterapraxis.com --- src/soc/qualcomm/ipq806x/Kconfig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/soc/qualcomm/ipq806x/Kconfig b/src/soc/qualcomm/ipq806x/Kconfig index 03be33a..0fb780c 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