commit | e45710bf9bdd9a108ddf04e797cd055944d7efca | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Oct 03 11:31:34 2020 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Oct 29 14:42:18 2020 -0600 |
tree | 17bacc03390bdddd308ef3d6ded64b1f2a023f7b | |
parent | cfd6a002fc88326f029363b3ddbb15f38acdf9d4 [diff] |
sandbox: Fix up building for of-platdata There is no devicetree with of-platdata. Update a few uclasses to allow them to be built for sandbox_spl. Also drop the i2c-gpio from SPL to avoid build errors, since it does not support of-platdata. Signed-off-by: Simon Glass <sjg@chromium.org>