config: rpi3: update dtb file names in dfu_alt_info
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 12 Sep 2018 04:28:26 +0000 (13:28 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Tue, 17 Oct 2023 04:19:18 +0000 (13:19 +0900)
There are wrong dtb file names. Update the wrong dtb file names
and add rpi 3 b plus model dtb.

Change-Id: I61f8833c08443ad8514b6f3bd785653baf609960
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
include/configs/rpi.h

index c8d8d95..c1ef175 100644 (file)
@@ -63,8 +63,9 @@
 
 #define CONFIG_DFU_ALT_SYSTEM                  \
        "Image fat 0 1;"                        \
-       "bcm2710-rpi3-b.dtb fat 0 1;"           \
-       "bcm2837-rpi3-b.dtb fat 0 1;"           \
+       "bcm2710-rpi-3-b.dtb fat 0 1;"          \
+       "bcm2837-rpi-3-b.dtb fat 0 1;"          \
+       "bcm2710-rpi-3-b-plus.dtb fat 0 1;"     \
        "u-boot.img fat 0 1;"                   \
        "u-boot.env fat 0 1;"                   \
        "optee.bin fat 0 1;"                    \