ARM: omap3_logic: Cleanup usage of MUX_VAL
authorAdam Ford <aford173@gmail.com>
Sun, 3 Oct 2021 12:31:14 +0000 (07:31 -0500)
committerTom Rini <trini@konsulko.com>
Mon, 11 Oct 2021 19:02:50 +0000 (15:02 -0400)
commit5134f79ee6b6bccbc5b4ef9272d05b52d75a40e3
tree28d459b79ca4cd60b9c6c2af88931c0e470896af
parent165e8fe5db64542d64fff6f81edb77c350e993cf
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>
board/logicpd/omap3som/omap3logic.h