• M
    arm: mx6: novena: Define CONFIG_SYS_MALLOC_F_LEN · 8744d3b9
    Marek Vasut 提交于
    This board uses setup_i2c() in SPL. The setup_i2c() function internally
    calls gpio_request(), which in turn internally calls strdup(). The strdup()
    requires a running mallocator, so this patch makes the mallocator available.
    Signed-off-by: NMarek Vasut <marex@denx.de>
    Cc: Igor Grinberg <grinberg@compulab.co.il>
    Cc: Nikita Kiryanov <nikita@compulab.co.il>
    Cc: Sean Cross <xobs@kosagi.com>
    Cc: Simon Glass <sjg@chromium.org>
    Cc: Stefano Babic <sbabic@denx.de>
    Cc: Tim Harvey <tharvey@gateworks.com>
    8744d3b9
novena.h 8.2 KB