ARM: socfpga: Fix default mtdparts
authorMarek Vasut <marex@denx.de>
Wed, 2 Oct 2019 16:54:45 +0000 (18:54 +0200)
committerMarek Vasut <marex@denx.de>
Wed, 20 Nov 2019 22:46:16 +0000 (23:46 +0100)
commit48f23dd6a410d84499c9de1ae16dde9d10cb5fc7
tree6da2fe86f1d089da031663b91e73829bc7b2bc7b
parent64c7c8c91cc945a4e8ebb87ec33fbfed8d2b6a23
ARM: socfpga: Fix default mtdparts

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")
Reviewed-by: Tom Rini <trini@konsulko.com>
configs/socfpga_arria5_defconfig
configs/socfpga_cyclone5_defconfig
configs/socfpga_de0_nano_soc_defconfig
configs/socfpga_is1_defconfig
configs/socfpga_mcvevk_defconfig
configs/socfpga_sockit_defconfig
configs/socfpga_socrates_defconfig
configs/socfpga_sr1500_defconfig