board: rpi: tizen_rpi: Change the value of dfu_device 72/319772/1
authorJaehoon Chung <jh80.chung@samsung.com>
Tue, 29 Oct 2024 08:17:54 +0000 (17:17 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Tue, 29 Oct 2024 08:17:54 +0000 (17:17 +0900)
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 <jh80.chung@samsung.com>
board/raspberrypi/rpi/tizen_rpi.env

index 89e8fd8376a1c9332d83db89e932212a6c359444..cea5a135998cce833b77c82fd13fcc75573a53a8 100644 (file)
@@ -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