[U-Boot] [PATCH v2 54/55] rockchip: Use of-platdata for firefly-rk3288
Simon Glass
sjg at chromium.org
Mon Jun 13 07:33:35 CEST 2016
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 <sjg at chromium.org>
---
Changes in v2: None
configs/firefly-rk3288_defconfig | 3 +++
1 file changed, 3 insertions(+)
diff --git a/configs/firefly-rk3288_defconfig b/configs/firefly-rk3288_defconfig
index a64f6de..b84f918 100644
--- a/configs/firefly-rk3288_defconfig
+++ b/configs/firefly-rk3288_defconfig
@@ -68,3 +68,6 @@ CONFIG_VIDEO_ROCKCHIP=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
--
2.8.0.rc3.226.g39d4020
More information about the U-Boot
mailing list