configs: pcm051: Use am335x-wega-rdk.dtb as fdtfile
authorMatwey V. Kornilov <matwey.kornilov@gmail.com>
Sat, 2 Jun 2018 17:22:28 +0000 (20:22 +0300)
committerTom Rini <trini@konsulko.com>
Tue, 12 Jun 2018 22:44:00 +0000 (18:44 -0400)
In upstream Linux kernel, the fdtfile
for this specific board is called am335x-wega-rdk.dtb

Signed-off-by: Matwey V. Kornilov <matwey.kornilov@gmail.com>
include/configs/pcm051.h

index 0475d8066695e8d23b967d43ad7ada68a460afd4..5381ed1f453502761460b6564c4c6b7bc4af7337 100644 (file)
@@ -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" \