freebsd-dev/stand/fdt
Kyle Evans a609d03b04 stand/fdt: Fix loading of multiple fdt_overlays
fdt_load_dtb_overlays was written to unload previous overlay when a new
valid one is come across. fdt_apply_overlays further down is written to
iterate over all .dtbo's currently loaded and apply them one-by-one. Correct
fdt_load_dtb_overlays to stop dropping valid overlays that were previously
loaded and match expectations.

Reviewed by:	gonzo, imp
Differential Revision:	https://reviews.freebsd.org/D13659
2017-12-28 21:09:36 +00:00
..
fdt_loader_cmd.c stand/fdt: Fix loading of multiple fdt_overlays 2017-12-28 21:09:36 +00:00
fdt_overlay.c
fdt_overlay.h
fdt_platform.h
help.fdt
Makefile
Makefile.depend