diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2022-07-16 09:42:00 +0200 |
---|---|---|
committer | Martin L Roth <gaumless@tutanota.com> | 2022-07-17 21:53:24 +0000 |
commit | 833582640c9504a52e17b4c5d413280bdf93429f (patch) | |
tree | 7532b805cc46acb132b59b0ad05b91443a81b7f5 /src/soc/amd/stoneyridge | |
parent | 8833d65fc83c086d3c684fad060936c19627e57a (diff) |
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.h | 2 |
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 76e6e778e2..ddaea1d938 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 */ |