aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-10-23 14:04:02 -0400
committerTom Rini <trini@konsulko.com>2019-10-23 14:04:02 -0400
commit680023c5fab6b1777c0c6f2e76e5d2effb7903a0 (patch)
tree220712211e91695a42dcf292fa1e841c9f1338e5 /include
parent0e0b303a67fed4e3830ee32c38033e83a3d7cc8f (diff)
parentfb90fcf82628f0328649e55c7bf0c41f79872505 (diff)
downloadu-boot-680023c5fab6b1777c0c6f2e76e5d2effb7903a0.zip
u-boot-680023c5fab6b1777c0c6f2e76e5d2effb7903a0.tar.gz
u-boot-680023c5fab6b1777c0c6f2e76e5d2effb7903a0.tar.bz2
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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/stm32f746-disco.h b/include/configs/stm32f746-disco.h
index a24127d..cc26f83 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
/*