diff options
author | Simon Glass <sjg@chromium.org> | 2016-07-04 17:58:36 (GMT) |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-07-15 02:40:24 (GMT) |
commit | 97feca3325bb2065a7ef7d30e1f308b74f1fb33c (patch) | |
tree | 44185ec14151ef0c6ff3d4cc7727015e1ced8f35 /configs/firefly-rk3288_defconfig | |
parent | 086ec0e26d6117f492bad138b4dbee9318ff61bd (diff) | |
download | u-boot-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_defconfig | 3 |
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 |