From 46f73a91a025b328df0984bf026dd44dcf925879 Mon Sep 17 00:00:00 2001 From: Seung-Woo Kim Date: Wed, 12 Sep 2018 13:28:26 +0900 Subject: [PATCH] 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 --- include/configs/rpi.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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;" \ -- 2.7.4