[U-Boot] [PATCH] ARM: socfpga: Fix default mtdparts

Marek Vasut marex at denx.de
Wed Nov 20 22:46:31 UTC 2019


On 11/20/19 11:26 PM, Tom Rini wrote:
> On Wed, Nov 20, 2019 at 10:35:22PM +0100, Marek Vasut wrote:
> 
>> The default mtdparts value grew a trailing zero during the Kconfig
>> conversion. This is because the mtdparts value in the header file
>> had a \0 at the end, which got misconverted into plain 0 instead of
>> being dropped.
>>
>> Signed-off-by: Marek Vasut <marex at denx.de>
>> Fixes: 43ede0bca7fc ("Kconfig: Migrate MTDIDS_DEFAULT / MTDPARTS_DEFAULT")
>> Cc: Adam Ford <aford173 at gmail.com>
>> Cc: Simon Goldschmidt <simon.k.r.goldschmidt at gmail.com>
>> Cc: Tom Rini <trini at konsulko.com>
> 
> After checking 43ede0bca7fc for any other possible breaks and seeing
> none:
> 
> Reviewed-by: Tom Rini <trini at konsulko.com>

Applied, thanks.


More information about the U-Boot mailing list