fdtdec: Remove fdt_{addr,size}_unpack()
authorThierry Reding <treding@nvidia.com>
Mon, 15 Apr 2019 08:08:21 +0000 (10:08 +0200)
committerSimon Glass <sjg@chromium.org>
Tue, 21 May 2019 23:33:23 +0000 (17:33 -0600)
commit3bf2f15351e9533c9c99ebbdd93cafca30558b0d
tree0b8e6012e8a7b4d656b861455ff9b7e224affc46
parent089ff8eb669f8c8e98bff2a6ea4bb5fd9bf34d3b
fdtdec: Remove fdt_{addr,size}_unpack()

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@nvidia.com>
include/fdtdec.h
lib/fdtdec.c
lib/fdtdec_test.c