[U-Boot] [PATCH 4/4] configs: pcm051: Use am335x-wega-rdk.dtb as fdtfile

Matwey V. Kornilov matwey.kornilov at gmail.com
Sat Jun 2 17:22:28 UTC 2018


In upstream Linux kernel, the fdtfile
for this specific board is called am335x-wega-rdk.dtb

Signed-off-by: Matwey V. Kornilov <matwey.kornilov at gmail.com>
---
 include/configs/pcm051.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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" \
-- 
2.13.6



More information about the U-Boot mailing list