From: Jaehoon Chung Date: Tue, 29 Oct 2024 08:17:54 +0000 (+0900) Subject: board: rpi: tizen_rpi: Change the value of dfu_device X-Git-Tag: accepted/tizen/unified/20241126.175211~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dc434b0d913a57669955af45fee7ceec9a9a73c8;p=platform%2Fkernel%2Fu-boot.git board: rpi: tizen_rpi: Change the value of dfu_device Change the value of dfu_device to 0 as integer value. __stringify() doesn't apply in tizen_rpi.env. So it's not working a correct behavior. Change-Id: I45e5a6cbf6da24940b0df6456e45258f8afbd7c2 Signed-off-by: Jaehoon Chung --- diff --git a/board/raspberrypi/rpi/tizen_rpi.env b/board/raspberrypi/rpi/tizen_rpi.env index 89e8fd8376..cea5a13599 100644 --- a/board/raspberrypi/rpi/tizen_rpi.env +++ b/board/raspberrypi/rpi/tizen_rpi.env @@ -148,7 +148,7 @@ tfm=setenv bootmode download; run set_to_part_a; run bootcmd opts=loglevel=4 dfu_usb_con=0 dfu_interface=mmc -dfu_device= __stringify(CONFIG_MMC_DEFAULT_DEV) +dfu_device=0 set_to_part_a=SET_TO_PARTITION_X("0x61") set_to_part_b=SET_TO_PARTITION_X("0x62") disable_delay=setenv console console=ram; setenv bootdelay 0; saveenv