diff options
| author | Tom Rini <trini@konsulko.com> | 2019-10-23 14:04:02 -0400 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2019-10-23 14:04:02 -0400 |
| commit | 680023c5fab6b1777c0c6f2e76e5d2effb7903a0 (patch) | |
| tree | 220712211e91695a42dcf292fa1e841c9f1338e5 /include | |
| parent | 0e0b303a67fed4e3830ee32c38033e83a3d7cc8f (diff) | |
| parent | fb90fcf82628f0328649e55c7bf0c41f79872505 (diff) | |
Merge tag 'u-boot-stm32-2019-10-23' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm
- Disable CONFIG_NET flag for MCU STM32
- Fix ramdisk_addr_r for stm32f746-disco
- Fix USB product id for stm32mp1
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/stm32f746-disco.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/stm32f746-disco.h b/include/configs/stm32f746-disco.h index a24127d1a7..cc26f83e74 100644 --- a/include/configs/stm32f746-disco.h +++ b/include/configs/stm32f746-disco.h @@ -55,7 +55,7 @@ "pxefile_addr_r=0xC0008000\0" \ "fdt_high=0xffffffffffffffff\0" \ "initrd_high=0xffffffffffffffff\0" \ - "ramdisk_addr_r=0xD0900000\0" \ + "ramdisk_addr_r=0xC0600000\0" \ BOOTENV /* |
