[U-Boot] [PATCH 2/2] fdtdec: Remove fdt_{addr,size}_unpack()

Simon Glass sjg at chromium.org
Wed May 22 13:21:26 UTC 2019


On Mon, 20 May 2019 at 10:05, Thierry Reding <thierry.reding at gmail.com> wrote:
>
> From: Thierry Reding <treding at nvidia.com>
>
> U-Boot already defines the {upper,lower}_32_bits() macros that have the
> same purpose. Use the existing macros instead of defining new APIs.
>
> Signed-off-by: Thierry Reding <treding at nvidia.com>
> ---
>  include/fdtdec.h  | 24 ------------------------
>  lib/fdtdec.c      |  8 ++++++--
>  lib/fdtdec_test.c |  8 ++++++--
>  3 files changed, 12 insertions(+), 28 deletions(-)

Applied to u-boot-dm, thanks!


More information about the U-Boot mailing list