• Andre Przywara's avatar
    ARM: configs: multi_v5: Enable Allwinner F1C100 · cf383260
    Andre Przywara authored
    The Kconfig symbols required for the Allwinner F1C100 (MACH_SUNIV) are
    currently not selected by any defconfig. sunxi_defconfig only covers the
    v7 SoCs, but the F1C100s is ARMv5, so we cannot share a single image.
    
    Add the required symbols to multi_v5_defconfig, to give people some sane
    default config when playing around with this chip. This is probably more
    important as there are surely not many distros out there supporting
    ARMv5 out of the box.
    
    This allows my LicheePi Nano board to boot to a busybox prompt.
    
    The zImage size grows by about 50 KB, in detail:
    
        text    data     bss     dec     hex   filename
    10510000  4400700  687740 15598440 ee0368 vmlinux-old
    10588592  4469096  686812 15744500 f03df4 vmlinux-new
    
    14922908			arch/arm/boot/Image-old
    15067388			arch/arm/boot/Image-new
    6388016				arch/arm/boot/zImage-old
    6440064				arch/arm/boot/zImage-new
    Signed-off-by: default avatarAndre Przywara <andre.przywara@arm.com>
    Link: https://lore.kernel.org/r/20220317183043.948432-6-andre.przywara@arm.com'
    Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
    cf383260
multi_v5_defconfig 7.01 KB