diff mbox series

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

Message ID 20180602172228.10664-4-matwey.kornilov@gmail.com
State Accepted
Commit b75422f36202945d83ff7a9b1e5456336ca883a3
Headers show
Series [1/4] configs: pcm051: Support distro bootcmds | expand

Commit Message

Matwey V. Kornilov June 2, 2018, 5:22 p.m. UTC
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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tom Rini June 13, 2018, 3:42 p.m. UTC | #1
On Sat, Jun 02, 2018 at 08:22:28PM +0300, Matwey V. Kornilov wrote:

> 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>


Applied to u-boot/master, thanks!

-- 
Tom
diff mbox series

Patch

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