configs: mt8183_evb_android: resync with savedefconfig

When moving to U-Boot v2019.10, we did not update the defconfig.
Update them using:

    ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- make \
    mt8183_evb_android_defconfig && \
    ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- make savedefconfig && \
    cp defconfig configs/mt8183_evb_android_defconfig

Signed-off-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
1 file changed