[PATCH 2/3] cmd: mvebu/bubt: move eMMC data-partition uboot from LBA-0 to 4096

Josua Mayer josua at solid-run.com
Wed Oct 25 09:59:07 CEST 2023


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


More information about the U-Boot mailing list