[PATCH 04/26] sandbox: Update dts files to reduce SPL size

Simon Glass sjg at chromium.org
Mon Dec 28 17:26:41 CET 2020


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 at chromium.org>
---

 arch/sandbox/dts/sandbox.dts  |  4 ++--
 arch/sandbox/dts/sandbox.dtsi | 11 +++++------
 2 files changed, 7 insertions(+), 8 deletions(-)

Applied to u-boot-dm/next, thanks!


More information about the U-Boot mailing list