intel/apollolake: Fix whitespace issues

Change-Id: Ia5bcd19d994e23375d7e6d2050113c809ae57296
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/14368
Tested-by: build bot (Jenkins)
Reviewed-by: Andrey Petrov <andrey.petrov@intel.com>
This commit is contained in:
Martin Roth
2016-04-14 16:41:11 -06:00
parent 59493717ad
commit 433e8d272d
7 changed files with 194 additions and 195 deletions

View File

@@ -119,6 +119,7 @@ Method (_CRS, 0, Serialized)
CreateQwordField (MCRS, ^PM02._LEN, MLEN)
Store (^TUUD, Local0)
If (LLessEqual (Local0, 0x1000000000))
{
Store (0, MMIN)

View File

@@ -59,6 +59,5 @@ Method(_PRT)
Package(){0x001CFFFF, 0, 0, EMMC_INT},
Package(){0x001EFFFF, 0, 0, SDIO_INT},
Package(){0x001FFFFF, 1, 0, SMBUS_INT},
}
)
})
}

View File

@@ -53,5 +53,4 @@
#define EMMC_INT 39
#define SDIO_INT 42
#endif /* _SOC_INT_DEFINE_ASL_ */