
20 Nov
2019
20 Nov
'19
11:26 p.m.
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@denx.de Fixes: 43ede0bca7fc ("Kconfig: Migrate MTDIDS_DEFAULT / MTDPARTS_DEFAULT") Cc: Adam Ford aford173@gmail.com Cc: Simon Goldschmidt simon.k.r.goldschmidt@gmail.com Cc: Tom Rini trini@konsulko.com
After checking 43ede0bca7fc for any other possible breaks and seeing none:
Reviewed-by: Tom Rini trini@konsulko.com
--
Tom