From: Seung-Woo Kim Date: Wed, 12 Sep 2018 04:28:26 +0000 (+0900) Subject: config: rpi3: update dtb file names in dfu_alt_info X-Git-Tag: accepted/tizen/unified/20231106.171643~362 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=46f73a91a025b328df0984bf026dd44dcf925879;p=platform%2Fkernel%2Fu-boot.git config: rpi3: update dtb file names in dfu_alt_info 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 --- diff --git a/include/configs/rpi.h b/include/configs/rpi.h index c8d8d95..c1ef175 100644 --- a/include/configs/rpi.h +++ b/include/configs/rpi.h @@ -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;" \