summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/stoneyridge
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2022-07-16 09:42:00 +0200
committerMartin L Roth <gaumless@tutanota.com>2022-07-17 21:53:24 +0000
commit833582640c9504a52e17b4c5d413280bdf93429f (patch)
tree7532b805cc46acb132b59b0ad05b91443a81b7f5 /src/soc/amd/stoneyridge
parent8833d65fc83c086d3c684fad060936c19627e57a (diff)
downloadcoreboot-833582640c9504a52e17b4c5d413280bdf93429f.tar.gz
coreboot-833582640c9504a52e17b4c5d413280bdf93429f.tar.bz2
coreboot-833582640c9504a52e17b4c5d413280bdf93429f.zip
soc/amd/*/include/soc/iomap.h: Fix some white spaces issues
Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Change-Id: I7b6e41fa3b7cd8c8f7327c690212ec4990e8baf5 Reviewed-on: https://review.coreboot.org/c/coreboot/+/65895 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/soc/amd/stoneyridge')
-rw-r--r--src/soc/amd/stoneyridge/include/soc/iomap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/stoneyridge/include/soc/iomap.h b/src/soc/amd/stoneyridge/include/soc/iomap.h
index 76e6e778e2dc..ddaea1d9382e 100644
--- a/src/soc/amd/stoneyridge/include/soc/iomap.h
+++ b/src/soc/amd/stoneyridge/include/soc/iomap.h
@@ -38,6 +38,6 @@
#define BIOSRAM_INDEX 0xcd4
#define BIOSRAM_DATA 0xcd5
#define AB_INDX 0xcd8
-#define AB_DATA (AB_INDX+4)
+#define AB_DATA (AB_INDX + 4)
#endif /* AMD_STONEYRIDGE_IOMAP_H */