diff options
author | Fabio Estevam <festevam@gmail.com> | 2018-06-11 15:08:06 -0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2018-06-18 16:40:16 +0200 |
commit | faab193ea2a8992b18026318f36cc7139b4ca1b5 (patch) | |
tree | 7149ef2d59bb17e68bf52485a7b1e1f21c9e39ff /include/configs | |
parent | 1da1938d57b3ead0bb638683375ab240ce0a0e7b (diff) | |
download | u-boot-faab193ea2a8992b18026318f36cc7139b4ca1b5.tar.gz |
pico-imx7d: Adjust the dtb name
Since kernel commit 41bbeadceb03 ("ARM: dts: imx7d-pico-pi: Separate
into cpu and baseboard dts") the dtb name has changed.
Fix it accordingly.
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/pico-imx7d.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/pico-imx7d.h b/include/configs/pico-imx7d.h index b208d7f4d9..d2ffa70fc5 100644 --- a/include/configs/pico-imx7d.h +++ b/include/configs/pico-imx7d.h @@ -41,7 +41,7 @@ "console=ttymxc4\0" \ "fdt_high=0xffffffff\0" \ "initrd_high=0xffffffff\0" \ - "fdt_file=imx7d-pico.dtb\0" \ + "fdt_file=imx7d-pico-pi.dtb\0" \ "fdt_addr=0x83000000\0" \ "ip_dyn=yes\0" \ "mmcdev="__stringify(CONFIG_SYS_MMC_ENV_DEV)"\0" \ |