From 0a50b3c97b3408e52589d873d4c7b54ad365a76c Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Mon, 27 Sep 2021 17:42:38 +0200 Subject: WS cleanup: remove trailing white space Signed-off-by: Wolfgang Denk Reviewed-by: Simon Glass --- board/freescale/common/sys_eeprom.c | 2 +- board/qualcomm/dragonboard820c/dragonboard820c.c | 6 +++--- board/warp7/README | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'board') diff --git a/board/freescale/common/sys_eeprom.c b/board/freescale/common/sys_eeprom.c index 35df8ba..431f8ca 100644 --- a/board/freescale/common/sys_eeprom.c +++ b/board/freescale/common/sys_eeprom.c @@ -62,7 +62,7 @@ static struct __attribute__ ((__packed__)) eeprom { u8 mac_count; /* 0x40 Number of MAC addresses */ u8 mac_flag; /* 0x41 MAC table flags */ u8 mac[MAX_NUM_PORTS][6]; /* 0x42 - 0xa1 MAC addresses */ - u8 res_2[90]; /* 0xa2 - 0xfb Reserved */ + u8 res_2[90]; /* 0xa2 - 0xfb Reserved */ u32 crc; /* 0xfc - 0xff CRC32 checksum */ #endif } e; diff --git a/board/qualcomm/dragonboard820c/dragonboard820c.c b/board/qualcomm/dragonboard820c/dragonboard820c.c index 4ccb1a0..f9cc762 100644 --- a/board/qualcomm/dragonboard820c/dragonboard820c.c +++ b/board/qualcomm/dragonboard820c/dragonboard820c.c @@ -73,7 +73,7 @@ static void sdhci_power_init(void) /* drive strength configs for sdhc pins */ const struct tlmm_cfg hdrv[] = { - + { SDC1_CLK_HDRV, TLMM_CUR_VAL_16MA, TLMM_HDRV_MASK, }, { SDC1_CMD_HDRV, TLMM_CUR_VAL_10MA, TLMM_HDRV_MASK, }, { SDC1_DATA_HDRV, TLMM_CUR_VAL_10MA, TLMM_HDRV_MASK, }, @@ -81,14 +81,14 @@ static void sdhci_power_init(void) /* pull configs for sdhc pins */ const struct tlmm_cfg pull[] = { - + { SDC1_CLK_PULL, TLMM_NO_PULL, TLMM_PULL_MASK, }, { SDC1_CMD_PULL, TLMM_PULL_UP, TLMM_PULL_MASK, }, { SDC1_DATA_PULL, TLMM_PULL_UP, TLMM_PULL_MASK, }, }; const struct tlmm_cfg rclk[] = { - + { SDC1_RCLK_PULL, TLMM_PULL_DOWN, TLMM_PULL_MASK,}, }; diff --git a/board/warp7/README b/board/warp7/README index 579bb2d..05cdfd0 100644 --- a/board/warp7/README +++ b/board/warp7/README @@ -19,7 +19,7 @@ $ make This will generate the U-Boot binary called u-boot-dtb.imx. -Put warp7 board in USB download mode: +Put warp7 board in USB download mode: Remove the CPU board from the base board then put switch 2 in the upper position -- cgit v1.1