]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
fdt: Add an option to disable device tree in SPL
authorSimon Glass <sjg@chromium.org>
Sat, 28 Feb 2015 05:06:38 +0000 (22:06 -0700)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:30:24 +0000 (22:30 +0200)
commit1188c0e1e0416978ba7ea754169df629ebafe0ed
tree168dc194e75baaa49a053b97841bfeefe9cbafda
parent21e7f137677a79546eaa86044fd06b7b5a1550a1
fdt: Add an option to disable device tree in SPL

Some boards cannot support device tree due to lack of memory. Add an option
to allow these boards to continue to work (and even use driver model).
This is a 'negative' option since most boards are expected to support device
tree in SPL.

Signed-off-by: Simon Glass <sjg@chromium.org>
dts/Kconfig