summaryrefslogtreecommitdiff
path: root/configs/firefly-rk3288_defconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-07-04 17:58:36 (GMT)
committerSimon Glass <sjg@chromium.org>2016-07-15 02:40:24 (GMT)
commit97feca3325bb2065a7ef7d30e1f308b74f1fb33c (patch)
tree44185ec14151ef0c6ff3d4cc7727015e1ced8f35 /configs/firefly-rk3288_defconfig
parent086ec0e26d6117f492bad138b4dbee9318ff61bd (diff)
downloadu-boot-fsl-qoriq-97feca3325bb2065a7ef7d30e1f308b74f1fb33c.tar.xz
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 <sjg@chromium.org>
Diffstat (limited to 'configs/firefly-rk3288_defconfig')
-rw-r--r--configs/firefly-rk3288_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/firefly-rk3288_defconfig b/configs/firefly-rk3288_defconfig
index 4af9120..bdafc71 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