commit | 1475e49fc62866fb78467bdae0556c0dcec0ae07 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jul 04 11:58:36 2016 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Jul 14 20:40:24 2016 -0600 |
tree | 44185ec14151ef0c6ff3d4cc7727015e1ced8f35 | |
parent | 4d1192c99a2340bfcd081942b9c359cae90dea14 [diff] |
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>