Elyes Haouas has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/81491?usp=email )
Change subject: soc/sifive: Remove blank lines before '}' and after '{' ......................................................................
soc/sifive: Remove blank lines before '}' and after '{'
Change-Id: I2820a02bb97c22042349bdd0241b95a6d51e5f79 Signed-off-by: Elyes Haouas ehaouas@noos.fr --- M src/soc/sifive/fu540/ux00ddr.h 1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/91/81491/1
diff --git a/src/soc/sifive/fu540/ux00ddr.h b/src/soc/sifive/fu540/ux00ddr.h index aebf91a..ec0ef2c 100644 --- a/src/soc/sifive/fu540/ux00ddr.h +++ b/src/soc/sifive/fu540/ux00ddr.h @@ -110,7 +110,6 @@ _REG32(225<<2, ahbregaddr) = 0xFFFFFFFF; _REG32(208<<2, ahbregaddr) |= (1 << AXI0_ADDRESS_RANGE_ENABLE); _REG32(208<<2, ahbregaddr) |= (1 << PORT_ADDR_PROTECTION_EN_OFFSET); - }
static inline void ux00ddr_disableaxireadinterleave(size_t ahbregaddr) {