Merge tag 'pull-14nov18' of git://git.denx.de/u-boot-dm

- virtio implementation and supporting patches
- DM_FLAG_PRE_RELOC fixes
- regmap improvements
- minor buildman and sandbox things
This commit is contained in:
Tom Rini
2018-11-16 08:37:50 -05:00
171 changed files with 7490 additions and 347 deletions

View File

@@ -68,5 +68,4 @@ U_BOOT_DRIVER(simple_video) = {
.id = UCLASS_VIDEO,
.of_match = simple_video_ids,
.probe = simple_video_probe,
.flags = DM_FLAG_PRE_RELOC,
};