u-boot/board/logicpd
Adam Ford 5134f79ee6 ARM: omap3_logic: Cleanup usage of MUX_VAL
The macro called MUX_VAL generates a writel instruction with
semicolon at the end.  This table was written to use semicolons,
however one was missed:

   MUX_VAL(CP(SYS_BOOT2),      (IEN  | PTD | DIS | M4))    /* GPIO_4 */

Since the extra semicolon is unnecessary with the use of the macro,
remove all of them, and cleanup whitespace.

Reviewed-by: Wolfgang Denk <wd@denx.de>
Suggested-by: Wolfgang Denk <wd@denx.de>
Signed-off-by: Adam Ford <aford173@gmail.com>
2021-10-11 15:02:50 -04:00
..
am3517evm WS cleanup: remove SPACE(s) followed by TAB 2021-09-30 09:08:16 -04:00
imx6 WS cleanup: remove trailing empty lines 2021-09-30 08:08:56 -04:00
omap3som ARM: omap3_logic: Cleanup usage of MUX_VAL 2021-10-11 15:02:50 -04:00