diff options
author | Tom Rini <trini@konsulko.com> | 2020-05-11 12:04:54 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-05-11 12:04:54 -0400 |
commit | bb488ac34d9fbb892d870b0cbeabdbc5dc432653 (patch) | |
tree | de8154a1242fee7495aa3b108888851d0ee56949 /arch | |
parent | 1bccb23b7bb67e029cc6b22bf7d25243ef71c43c (diff) | |
parent | 42e05704d8c0e84e8d0eb0bb52253adaa7c9eb86 (diff) | |
download | u-boot-bb488ac34d9fbb892d870b0cbeabdbc5dc432653.tar.gz |
Merge tag 'ti-v2020.07-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti
- Fix boot issues on Nokia RX-51
- Configure AM6 CPSW for 10Mbps in rgmii mode.
- Minor changes for J721e
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-k3/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-k3/Kconfig b/arch/arm/mach-k3/Kconfig index a13cbef9b5..c7d186149b 100644 --- a/arch/arm/mach-k3/Kconfig +++ b/arch/arm/mach-k3/Kconfig @@ -119,7 +119,7 @@ config K3_SYSFW_IMAGE_MMCSD_RAW_MODE_PART config K3_SYSFW_IMAGE_SIZE_MAX int "Amount of memory dynamically allocated for loading SYSFW blob" depends on K3_LOAD_SYSFW - default 277000 + default 278000 help Amount of memory (in bytes) reserved through dynamic allocation at runtime for loading the combined System Firmware and configuration image |