From: Matwey V. Kornilov Date: Sat, 2 Jun 2018 17:22:28 +0000 (+0300) Subject: configs: pcm051: Use am335x-wega-rdk.dtb as fdtfile X-Git-Tag: v2018.07-rc2~67 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b75422f36202945d83ff7a9b1e5456336ca883a3;p=u-boot configs: pcm051: Use am335x-wega-rdk.dtb as fdtfile In upstream Linux kernel, the fdtfile for this specific board is called am335x-wega-rdk.dtb Signed-off-by: Matwey V. Kornilov --- diff --git a/include/configs/pcm051.h b/include/configs/pcm051.h index 0475d80666..5381ed1f45 100644 --- a/include/configs/pcm051.h +++ b/include/configs/pcm051.h @@ -60,7 +60,7 @@ DEFAULT_LINUX_BOOT_ENV \ DEFAULT_MMC_TI_ARGS \ "bootfile=uImage\0" \ - "fdtfile=pcm051.dtb\0" \ + "fdtfile=am335x-wega-rdk.dtb\0" \ "console=ttyO0,115200n8\0" \ "optargs=\0" \ "ramroot=/dev/ram0 rw ramdisk_size=65536 initrd=${rdaddr},64M\0" \