[Buildroot] [PATCH 023/102] board/cubietech/cubieboard2/genimage.cfg: beautify file

Giulio Benetti giulio.benetti at benettiengineering.com
Mon Nov 8 22:02:02 UTC 2021


On 11/8/21 11:00 PM, Arnout Vandecappelle wrote:
> 
> 
> On 07/11/2021 03:05, Giulio Benetti wrote:
>> Beatify this genimage .cfg file to have consistency with all genimage .cfg
>> files in Buildroot.
>>
>> Signed-off-by: Giulio Benetti <giulio.benetti at benettiengineering.com>
>> ---
>>    board/cubietech/cubieboard2/genimage.cfg | 5 +++--
>>    1 file changed, 3 insertions(+), 2 deletions(-)
>>
>> diff --git a/board/cubietech/cubieboard2/genimage.cfg b/board/cubietech/cubieboard2/genimage.cfg
>> index b082ab0da1..5ef10ef135 100644
>> --- a/board/cubietech/cubieboard2/genimage.cfg
>> +++ b/board/cubietech/cubieboard2/genimage.cfg
>> @@ -9,6 +9,7 @@ image boot.vfat {
>>    			"boot.scr"
>>    		}
>>    	}
>> +
>>    	size = 10M
>>    }
>>    
>> @@ -19,8 +20,8 @@ image sdcard.img {
>>    	partition u-boot {
>>    		in-partition-table = "no"
>>    		image = "u-boot-sunxi-with-spl.bin"
>> -		offset = 8192
>> -		size = 1040384 # 1MB - 8192
>> +		offset = 8K
>> +		size = 1016 # 1MB - 8KB
> 
>    1016K, not 1016 bytes...

Thank you Arnout. I check again for the 4th time all files too.

>    Regards,
>    Arnout
> 
>>    	}
>>    
>>    	partition boot {
>>
> _______________________________________________
> buildroot mailing list
> buildroot at buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
> 

-- 
Giulio Benetti
Benetti Engineering sas


More information about the buildroot mailing list