summaryrefslogtreecommitdiff
path: root/include/configs/MPC8349ITX.h
diff options
context:
space:
mode:
authorMario Six <mario.six@gdsys.cc>2019-01-21 11:17:59 +0300
committerMario Six <mario.six@gdsys.cc>2019-05-21 08:52:33 +0300
commit5d2f4c9641bae821d421a3d362596f84905daca2 (patch)
treefed13b7f4d93f65c6122f8ade6236bd77e7a52f0 /include/configs/MPC8349ITX.h
parent9c5df7a2a9f72ee397a67c2f19476566a35d7c18 (diff)
downloadu-boot-5d2f4c9641bae821d421a3d362596f84905daca2.tar.xz
mpc83xx: Normalize BR/OR option lines
All BR/OR option lines should have the same layout to make them easier to migrate to Kconfig. This includes using the same option macros everywhere. The normalize the lines, * replace function macros with their results, and * replace hardcoded hex values with standard macros Signed-off-by: Mario Six <mario.six@gdsys.cc>
Diffstat (limited to 'include/configs/MPC8349ITX.h')
-rw-r--r--include/configs/MPC8349ITX.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/MPC8349ITX.h b/include/configs/MPC8349ITX.h
index 16d615dcc6..0bf179a70b 100644
--- a/include/configs/MPC8349ITX.h
+++ b/include/configs/MPC8349ITX.h
@@ -217,7 +217,7 @@ boards, we say we have two, but don't display a message if we find only one. */
| BR_PS_16 \
| BR_MS_GPCM \
| BR_V)
-#define CONFIG_SYS_OR0_PRELIM (MEG_TO_AM(CONFIG_SYS_FLASH_SIZE) \
+#define CONFIG_SYS_OR0_PRELIM (OR_AM_16MB \
| OR_UPM_XAM \
| OR_GPCM_CSNT \
| OR_GPCM_ACS_DIV2 \