mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-16 09:54:35 +00:00
arm: include: hisilicon: Remove duplicate newlines
Drop all duplicate newlines. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
This commit is contained in:
parent
b9100c5990
commit
555789e42b
3 changed files with 0 additions and 4 deletions
|
@ -49,5 +49,4 @@
|
|||
#define USB2_PHY01_REFCLK_SEL (1 << 12)
|
||||
#define USB2_PHY2_REFCLK_SEL (1 << 14)
|
||||
|
||||
|
||||
#endif
|
||||
|
|
|
@ -133,7 +133,6 @@ struct peri_sc_periph_regs {
|
|||
u32 reserved8_addr; /*0xd04*/
|
||||
};
|
||||
|
||||
|
||||
/* CTRL1 bit definitions */
|
||||
|
||||
#define PERI_CTRL1_ETR_AXI_CSYSREQ_N (1 << 0)
|
||||
|
@ -143,7 +142,6 @@ struct peri_sc_periph_regs {
|
|||
#define PERI_CTRL1_HIFI_INT_MASK_MSK (1 << 17)
|
||||
#define PERI_CTRL1_HIFI_ALL_INT_MASK_MSK (1 << 18)
|
||||
|
||||
|
||||
/* CTRL2 bit definitions */
|
||||
|
||||
#define PERI_CTRL2_MMC_CLK_PHASE_BYPASS_EN_MMC0 (1 << 0)
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
|
||||
#include "periph.h"
|
||||
|
||||
|
||||
/* iomg bit definition */
|
||||
#define MUX_M0 0
|
||||
#define MUX_M1 1
|
||||
|
|
Loading…
Add table
Reference in a new issue