[U-Boot] [U-Boot, v4, 65/66] rockchip: board: puma-rk3399: fix warnings in puma_rk3399/fit_spl_atf.its
Philipp Tomsich
philipp.tomsich at theobroma-systems.com
Sun Aug 6 17:18:29 UTC 2017
> The ITS file generated warnings due to @<num> designations in the naming
> which cause DTC to complain as follows:
> Warning (unit_address_vs_reg): Node /images/uboot at 1 has a unit name, but no reg property
> Warning (unit_address_vs_reg): Node /images/atf at 1 has a unit name, but no reg property
> Warning (unit_address_vs_reg): Node /images/pmu at 1 has a unit name, but no reg property
> Warning (unit_address_vs_reg): Node /images/fdt at 1 has a unit name, but no reg property
> Warning (unit_address_vs_reg): Node /configurations/conf at 1 has a unit name, but no reg property
>
> This removes the @<num> part from the names, as we only have a single
> image for each payload aspect (and only a single configuration) anyway.
>
> Signed-off-by: Philipp Tomsich <philipp.tomsich at theobroma-systems.com>
>
> Reviewed-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v4: None
> Changes in v3: None
> Changes in v2: None
>
> board/theobroma-systems/puma_rk3399/fit_spl_atf.its | 18 +++++++++---------
> 1 file changed, 9 insertions(+), 9 deletions(-)
>
Applied to u-boot-rockchip, thanks!
More information about the U-Boot
mailing list