summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2017-07-26 15:29:20 (GMT)
committerTom Rini <trini@konsulko.com>2017-07-26 15:29:20 (GMT)
commit0ddc9c172279f686077310fbcfa5baf10c719188 (patch)
treeb577c229572fc411172a15b724303d1c91d9a5a4 /common
parentdc5210a20d7143f8adb3c4341e44d797357708bf (diff)
parente94136bd87b18345e38a5e44445a476de12b4354 (diff)
downloadu-boot-fsl-qoriq-0ddc9c172279f686077310fbcfa5baf10c719188.tar.xz
Merge git://git.denx.de/u-boot-mips
Diffstat (limited to 'common')
-rw-r--r--common/board_f.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/board_f.c b/common/board_f.c
index ffa84e3..49c8bc8 100644
--- a/common/board_f.c
+++ b/common/board_f.c
@@ -418,7 +418,7 @@ static int reserve_uboot(void)
*/
gd->relocaddr -= gd->mon_len;
gd->relocaddr &= ~(4096 - 1);
-#ifdef CONFIG_E500
+#if defined(CONFIG_E500) || defined(CONFIG_MIPS)
/* round down to next 64 kB limit so that IVPR stays aligned */
gd->relocaddr &= ~(65536 - 1);
#endif