diff options
| author | Tom Rini <trini@konsulko.com> | 2020-09-24 08:34:54 -0400 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2020-09-24 08:34:54 -0400 |
| commit | 1da91d9bcd6e5ef046c1df0d373d0df87b1e8a72 (patch) | |
| tree | f758747a6925be502650c1a310e54758bdccdc41 /include | |
| parent | 55004fa43364e9824b8231e2060f9d7af9c7570a (diff) | |
| parent | 5f50b88ab60a9d2ef2a68a7fc889e78520691e40 (diff) | |
| download | u-boot-1da91d9bcd6e5ef046c1df0d373d0df87b1e8a72.tar.gz u-boot-1da91d9bcd6e5ef046c1df0d373d0df87b1e8a72.tar.xz u-boot-1da91d9bcd6e5ef046c1df0d373d0df87b1e8a72.zip | |
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell
- Enable NET_RANDOM_ETHADDR on Espressobin (Acked-by Kosta)
- Espressobin & Clearfog: fdtfile enhancements
- A37xx PCI: Disable link training when unloading driver
- A37xx: increase CONFIG_SYS_BOOTM_LEN to 64MB
- Add Macronix mx25u12835f support, used on uDPU and ESPRESSObin v7
- dns325: Correct CONFIG_NR_DRAM_BANKS parameter
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/mvebu_armada-37xx.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/mvebu_armada-37xx.h b/include/configs/mvebu_armada-37xx.h index 905ce09b7a..27428d5a0f 100644 --- a/include/configs/mvebu_armada-37xx.h +++ b/include/configs/mvebu_armada-37xx.h @@ -6,6 +6,8 @@ #ifndef _CONFIG_MVEBU_ARMADA_37XX_H #define _CONFIG_MVEBU_ARMADA_37XX_H +#include <linux/sizes.h> + /* * High Level Configuration Options (easy to change) */ @@ -13,6 +15,8 @@ /* additions for new ARM relocation support */ #define CONFIG_SYS_SDRAM_BASE 0x00000000 +#define CONFIG_SYS_BOOTM_LEN SZ_64M /* Increase max gunzip size */ + /* auto boot */ #define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, \ |
