summaryrefslogtreecommitdiffstats
path: root/board_enable.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-05-28 16:52:21 +0200
committerNico Huber <nico.h@gmx.de>2018-06-24 13:44:51 +0000
commitac01baa073b0f154ffd3ffdc7c9e75987f8b525c (patch)
treec81104f7a8f08db2c6f0cc5d59f8f0e3fe7ea494 /board_enable.c
parentb0247b3acbc7d8d9f8da1db48a9b81c5f2e24a38 (diff)
downloadflashrom-ac01baa073b0f154ffd3ffdc7c9e75987f8b525c.tar.gz
flashrom-ac01baa073b0f154ffd3ffdc7c9e75987f8b525c.tar.bz2
flashrom-ac01baa073b0f154ffd3ffdc7c9e75987f8b525c.zip
Remove unneeded white spaces
Change-Id: I90f171924790ced74a62ca344fee8607607aa480 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/26652 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'board_enable.c')
-rw-r--r--board_enable.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/board_enable.c b/board_enable.c
index a09a07562..c3494bd69 100644
--- a/board_enable.c
+++ b/board_enable.c
@@ -527,10 +527,10 @@ void w83697xx_memw_enable(uint16_t port)
/* CR24 Bits 7 & 2 must be set to 0 enable the flash ROM */
/* address segments 000E0000h ~ 000FFFFFh on W83697SF/UF/UG */
- /* These bits are reserved on W83697HF/F/HG */
- /* Shouldn't be needed though. */
+ /* These bits are reserved on W83697HF/F/HG */
+ /* Shouldn't be needed though. */
- /* CR28 Bit3 must be set to 1 to enable flash access to */
+ /* CR28 Bit3 must be set to 1 to enable flash access to */
/* FFE80000h ~ FFEFFFFFh on W83697SF/UF/UG. */
/* This bit is reserved on W83697HF/F/HG which default to 0 */
sio_mask(port, 0x28, 0x08, 0x08);