]> git.ipfire.org Git - people/ms/u-boot.git/commit
dm: core: parse chosen node
authorRob Clark <robdclark@gmail.com>
Wed, 10 Jan 2018 10:33:30 +0000 (11:33 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 15 Jan 2018 16:35:38 +0000 (11:35 -0500)
commitf2006808f099465707c8a815dd1d0ec093f3449b
tree9c10c354b33fcfc98895cd471e8f8ddfdd660914
parent42091fa9e8147d536591f5c7abae12fd58b0d4c1
dm: core: parse chosen node

This is the node that would contain, for example, the framebuffer setup
by an earlier stage.

Signed-off-by: Rob Clark <robdclark@gmail.com>
arch/sandbox/dts/test.dts
drivers/core/root.c
test/dm/bus.c
test/dm/test-fdt.c