Hi Stefan,

Am 20.10.23 um 11:30 schrieb Stefan Roese:
On 10/8/23 14:46, Josua Mayer wrote:
+    else if (!part)
+        start_lba = 4096;

This patch leads to this error, e.g. for turris_mox_defconfig:

cmd/mvebu/bubt.c: In function 'mmc_burn_image':
cmd/mvebu/bubt.c:247:19: error: 'part' undeclared (first use in this function)
  247 |         else if (!part)
      |                   ^~~~
cmd/mvebu/bubt.c:247:19: note: each undeclared identifier is reported only once for each function it appears in

Could you please check and fix?
I will fix guard it the same way the declaration of part variable is guarded, and submit v2.

Thanks,
Stefan

Reply via email to