diff options
| author | Matwey V. Kornilov <[email protected]> | 2018-06-02 20:22:28 +0300 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-06-12 18:44:00 -0400 |
| commit | b75422f36202945d83ff7a9b1e5456336ca883a3 (patch) | |
| tree | f4fe80d13473ed1870fd32fa1fa7fc22388df702 /include | |
| parent | ccad5e86e28f769d2307b9b9e5c883e39c9599bc (diff) | |
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 <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/pcm051.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/pcm051.h b/include/configs/pcm051.h index 0475d806669..5381ed1f453 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" \ |
