[PATCH v2 06/14] core: drop const for struct driver_info
Simon Glass
sjg at chromium.org
Tue Jun 23 14:28:37 CEST 2020
On Fri, 19 Jun 2020 at 08:56, Walter Lozano <walter.lozano at 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.lozano at 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 <sjg at chromium.org>
More information about the U-Boot
mailing list