On Wed, 24 Jun 2020 at 22:11, Walter Lozano <walter.loz...@collabora.com> wrote: > > In order to prepare for a new support of phandle when OF_PLATDATA is used > drop the const for struct driver_info as this struct will need to be > updated on runtime. > > Signed-off-by: Walter Lozano <walter.loz...@collabora.com> > --- > > drivers/core/device.c | 2 +- > drivers/core/root.c | 2 +- > include/dm/device-internal.h | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-)
Reviewed-by: Simon Glass <s...@chromium.org> Applied to u-boot-dm/next, thanks!