aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2018-09-11 08:50:10 -0400
committerTom Rini <trini@konsulko.com>2018-09-11 08:50:10 -0400
commitd1e15041abf3ccd38169ae7aa8736f78200f8ee3 (patch)
tree460ad7dfaa95c4e14cf44f29e70ff48e1528fbc5 /include
parent89aa19d0926b02f5d30460bbdba394819e891561 (diff)
parente39eed8f476b6f8861318fc122b546158edce259 (diff)
downloadu-boot-d1e15041abf3ccd38169ae7aa8736f78200f8ee3.zip
u-boot-d1e15041abf3ccd38169ae7aa8736f78200f8ee3.tar.gz
u-boot-d1e15041abf3ccd38169ae7aa8736f78200f8ee3.tar.bz2
Merge branch 'master' of git://git.denx.de/u-boot-uniphier
Diffstat (limited to 'include')
-rw-r--r--include/configs/uniphier.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/uniphier.h b/include/configs/uniphier.h
index 21ed1d3..ff44749 100644
--- a/include/configs/uniphier.h
+++ b/include/configs/uniphier.h
@@ -60,7 +60,7 @@
#define CONFIG_SYS_MAX_FLASH_SECT 256
#define CONFIG_SYS_MONITOR_BASE 0
-#define CONFIG_SYS_MONITOR_LEN 0x00090000 /* 576KB */
+#define CONFIG_SYS_MONITOR_LEN 0x000d0000 /* 832KB */
#define CONFIG_SYS_FLASH_BASE 0
/*
@@ -218,7 +218,7 @@
#define CONFIG_SYS_NAND_U_BOOT_OFFS 0x20000
/* subtract sizeof(struct image_header) */
-#define CONFIG_SYS_UBOOT_BASE (0x70000 - 0x40)
+#define CONFIG_SYS_UBOOT_BASE (0x130000 - 0x40)
#define CONFIG_SPL_TARGET "u-boot-with-spl.bin"
#define CONFIG_SPL_MAX_FOOTPRINT 0x10000