diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-05-22 12:29:05 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-05-24 12:16:59 +0000 |
commit | 2526fd4a3dc5943dec13266e0ebd99932c853d71 (patch) | |
tree | b693b42135889a009ae39e89df6e73b186d70011 /src/mainboard/google/rambi | |
parent | ee8ce8d208a4e12c487e4ca84d856922483c0117 (diff) |
src: Remove space after `defined`
Change-Id: If450a68e98261ffba4afadbce47c156c7e89e7e4
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/26460
Reviewed-by: Marc Jones <marc@marcjonesconsulting.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/rambi')
-rw-r--r-- | src/mainboard/google/rambi/romstage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/rambi/romstage.c b/src/mainboard/google/rambi/romstage.c index 25fe85952b..005ddc3bd4 100644 --- a/src/mainboard/google/rambi/romstage.c +++ b/src/mainboard/google/rambi/romstage.c @@ -35,7 +35,7 @@ static void *get_spd_pointer(char *spd_file_content, int total_spds, int *dual) #ifdef GPIO_SSUS_40_PAD_USE_PULLDOWN /* To prevent floating pin on shipped systems. */ ssus_enable_internal_pull(GPIO_SSUS_40_PAD, PAD_PULL_DOWN | PAD_PU_20K); -#elif defined (GPIO_SSUS_40_PAD) +#elif defined(GPIO_SSUS_40_PAD) ssus_disable_internal_pull(GPIO_SSUS_40_PAD); #endif ram_id |= (ssus_get_gpio(GPIO_SSUS_37_PAD) << 0); |