commit | e98524acbc7fe487edaebebb1d09165947d2b297 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Dec 19 10:39:56 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Jan 05 12:24:41 2021 -0700 |
tree | 9a2cb1ff60dc6bc6e6ad179a605ad15a0a21bfaa | |
parent | e5b6d5f02685d0db907b04d1b2fac92b6630b5bf [diff] |
sandbox: Update dts files to reduce SPL size At present there are require a few devices in the devicetree which are not actually used in SPL. This will cause problems with the new of-platdata, since it will try to instantiate devices which are not compiled into U-Boot. Update the devicetree to remove these devices from SPL. Signed-off-by: Simon Glass <sjg@chromium.org>