diff options
author | Tom Rini <trini@konsulko.com> | 2019-09-06 19:49:51 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-09-06 19:49:51 -0400 |
commit | ba83753289f5ad99f64e72fd0ee141c647aeda0f (patch) | |
tree | d1758ddd69cf9c754494d63f2f9e9b98ce61842f /include/configs | |
parent | 9562b20dba65e33fc4afc27d83641463f017221b (diff) | |
parent | e0351b242a9bf60dd6abdfd44104bb702e7000a0 (diff) |
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.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/rpi.h b/include/configs/rpi.h index 8473cecd94..77d2d5458a 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 |