projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
086ec0e
)
rockchip: Use of-platdata for firefly-rk3288
author
Simon Glass
<sjg@chromium.org>
Mon, 4 Jul 2016 17:58:36 +0000
(11:58 -0600)
committer
Simon Glass
<sjg@chromium.org>
Fri, 15 Jul 2016 02:40:24 +0000
(20:40 -0600)
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>
configs/firefly-rk3288_defconfig
patch
|
blob
|
history
diff --git
a/configs/firefly-rk3288_defconfig
b/configs/firefly-rk3288_defconfig
index 4af91206dcf7f63982cd547d83e424d69b513b51..bdafc716aa8dd0bea963e8c674530eccab64db92 100644
(file)
--- 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