aboutsummaryrefslogtreecommitdiff
path: root/include/mpc85xx.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2021-09-27 17:42:39 +0200
committerTom Rini <trini@konsulko.com>2021-09-30 08:13:28 -0400
commitd4983bcdcc4af46aa9eab2a3000d7353af7aefac (patch)
treef9264c9657e9d3445befc87b8be7eaf530d71c80 /include/mpc85xx.h
parent0a50b3c97b3408e52589d873d4c7b54ad365a76c (diff)
downloadu-boot-WIP/2021-09-30-whitespace-cleanups.zip
u-boot-WIP/2021-09-30-whitespace-cleanups.tar.gz
u-boot-WIP/2021-09-30-whitespace-cleanups.tar.bz2
WS cleanup: remove SPACE(s) followed by TABWIP/2021-09-30-whitespace-cleanups
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'include/mpc85xx.h')
-rw-r--r--include/mpc85xx.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/mpc85xx.h b/include/mpc85xx.h
index 3753e47..ce6d083 100644
--- a/include/mpc85xx.h
+++ b/include/mpc85xx.h
@@ -42,7 +42,7 @@ CONFIG_SYS_CCSRBAR_PHYS_LOW and/or CONFIG_SYS_CCSRBAR_PHYS_HIGH instead."
#endif
#ifndef CONFIG_SYS_CCSRBAR
-#define CONFIG_SYS_CCSRBAR CONFIG_SYS_CCSRBAR_DEFAULT
+#define CONFIG_SYS_CCSRBAR CONFIG_SYS_CCSRBAR_DEFAULT
#endif
#ifndef CONFIG_SYS_CCSRBAR_PHYS_HIGH
@@ -54,14 +54,14 @@ CONFIG_SYS_CCSRBAR_PHYS_LOW and/or CONFIG_SYS_CCSRBAR_PHYS_HIGH instead."
#endif
#ifndef CONFIG_SYS_CCSRBAR_PHYS_LOW
-#define CONFIG_SYS_CCSRBAR_PHYS_LOW CONFIG_SYS_CCSRBAR_DEFAULT
+#define CONFIG_SYS_CCSRBAR_PHYS_LOW CONFIG_SYS_CCSRBAR_DEFAULT
#endif
#define CONFIG_SYS_CCSRBAR_PHYS ((CONFIG_SYS_CCSRBAR_PHYS_HIGH * 1ull) << 32 | \
CONFIG_SYS_CCSRBAR_PHYS_LOW)
#ifndef CONFIG_SYS_IMMR
-#define CONFIG_SYS_IMMR CONFIG_SYS_CCSRBAR
+#define CONFIG_SYS_IMMR CONFIG_SYS_CCSRBAR
#endif
#endif /* __MPC85xx_H__ */