aboutsummaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-09-06 19:49:51 -0400
committerTom Rini <trini@konsulko.com>2019-09-06 19:49:51 -0400
commitba83753289f5ad99f64e72fd0ee141c647aeda0f (patch)
treed1758ddd69cf9c754494d63f2f9e9b98ce61842f /include/configs
parent9562b20dba65e33fc4afc27d83641463f017221b (diff)
parente0351b242a9bf60dd6abdfd44104bb702e7000a0 (diff)
downloadu-boot-ba83753289f5ad99f64e72fd0ee141c647aeda0f.zip
u-boot-ba83753289f5ad99f64e72fd0ee141c647aeda0f.tar.gz
u-boot-ba83753289f5ad99f64e72fd0ee141c647aeda0f.tar.bz2
Merge tag 'rpi-next-2019.10' of https://github.com/mbgg/u-boot
- fix mailbox status register used for polling - fix bcm2835_sdhost to wait long enough for a transfer to complete - increase kernel image size from 8 MB to 64 MB on arm64 - add support for RPi4 - add prefixes for raspberry pi related stuff to git-mailrc
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/rpi.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/rpi.h b/include/configs/rpi.h
index 8473cec..77d2d54 100644
--- a/include/configs/rpi.h
+++ b/include/configs/rpi.h
@@ -55,6 +55,10 @@
#define CONFIG_SYS_MEMTEST_END 0x00200000
#define CONFIG_LOADADDR 0x00200000
+#ifdef CONFIG_ARM64
+#define CONFIG_SYS_BOOTM_LEN SZ_64M
+#endif
+
/* Devices */
/* GPIO */
#define CONFIG_BCM2835_GPIO