From: Simon Glass Date: Mon, 4 Jul 2016 17:58:36 +0000 (-0600) Subject: rockchip: Use of-platdata for firefly-rk3288 X-Git-Tag: v2016.09-rc1~82^2~6 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=97feca3325bb2065a7ef7d30e1f308b74f1fb33c;p=u-boot rockchip: Use of-platdata for firefly-rk3288 As an experiment, move this board over to use of-platdata. This means that its SPL configuration will come from C structures generated at build-time from the device tree, instead of coming from the device tree at run-time. Signed-off-by: Simon Glass --- diff --git a/configs/firefly-rk3288_defconfig b/configs/firefly-rk3288_defconfig index 4af91206dc..bdafc716aa 100644 --- a/configs/firefly-rk3288_defconfig +++ b/configs/firefly-rk3288_defconfig @@ -69,3 +69,6 @@ CONFIG_USE_PRIVATE_LIBGCC=y CONFIG_USE_TINY_PRINTF=y CONFIG_CMD_DHRYSTONE=y CONFIG_ERRNO_STR=y +CONFIG_SPL_OF_PLATDATA=y +# CONFIG_SPL_OF_LIBFDT is not set +CONFIG_ROCKCHIP_SERIAL=y