• M
    arm: socfpga: config: Zap incorrect config options · 251faa20
    Marek Vasut 提交于
    There is no need to disable support for partitions in the SPL,
    we can support partitions in SPL perfectly well. This is likely
    some remnant from old times, so just remove this configuration
    option.
    
    Moreover, the CRC32 chunk size doesn't have to be adjusted anymore,
    since both the GD and malloc area are in RAM by the time this CRC
    check can be used and there's plenty of space. Zap this abomination
    as well.
    Signed-off-by: NMarek Vasut <marex@denx.de>
    251faa20
socfpga_common.h 9.0 KB