Skip to content

Commit

Permalink
stm32mp1: fix DTB path in STM32MP15C-ED1 extlinux file
Browse files Browse the repository at this point in the history
Fix path of the DTB file for ED1 that wrongly pointed to the EV1 DTB
file path.

Fixes: 4dc6908 ("stm32mp1: define STM32MP15C-ED1")
Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org>
Acked-by: Jerome Forissier <jerome@forissier.org>
  • Loading branch information
etienne-lms authored and jforissier committed Apr 28, 2021
1 parent 4dc6908 commit 8af8fa2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ TIMEOUT 20
DEFAULT stm32mp15-buildroot
LABEL stm32mp15-buildroot
kernel /boot/uImage
devicetree /boot/stm32mp157c-ev1.dtb
devicetree /boot/stm32mp157c-ed1.dtb
append root=/dev/mmcblk0p8 rootwait rw console=ttySTM0,115200

0 comments on commit 8af8fa2

Please sign in to comment.