summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2019-07-13 10:45:59 +0300
committerKyösti Mälkki <kyosti.malkki@gmail.com>2019-07-15 04:54:46 +0000
commit6eccc99b9c652f3221dd1aee875728b2307979aa (patch)
treef00b504bb61b847eca5d713a6aaddc718b7a9ee8
parent89463e333e2e8a1eca681f9d0417c230280fc541 (diff)
downloadcoreboot-6eccc99b9c652f3221dd1aee875728b2307979aa.tar.gz
coreboot-6eccc99b9c652f3221dd1aee875728b2307979aa.tar.bz2
coreboot-6eccc99b9c652f3221dd1aee875728b2307979aa.zip
intel/cannonlake: Fix indentation
Change-Id: Ia3ec5fbdbbf2712fe314909e05aab1b135534630 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/34301 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
-rw-r--r--src/soc/intel/cannonlake/acpi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/intel/cannonlake/acpi.c b/src/soc/intel/cannonlake/acpi.c
index 26c28472e18a..dce98c4ea6e9 100644
--- a/src/soc/intel/cannonlake/acpi.c
+++ b/src/soc/intel/cannonlake/acpi.c
@@ -209,9 +209,9 @@ void acpi_create_gnvs(struct global_nvs_t *gnvs)
/* CPU core count */
gnvs->pcnt = dev_count_cpu();
- if (CONFIG(CONSOLE_CBMEM))
/* Update the mem console pointer. */
- gnvs->cbmc = (uintptr_t)cbmem_find(CBMEM_ID_CONSOLE);
+ if (CONFIG(CONSOLE_CBMEM))
+ gnvs->cbmc = (uintptr_t)cbmem_find(CBMEM_ID_CONSOLE);
if (CONFIG(CHROMEOS)) {
/* Initialize Verified Boot data */