Hi Bin, On Wed, 3 Mar 2021 at 14:54, Simon Glass <s...@chromium.org> wrote: > > On Fri, 26 Feb 2021 at 00:36, Bin Meng <bmeng...@gmail.com> wrote: > > > > The implementation of of_translate_one() was taken from the one in > > Linux kernel drivers/of/address.c, and the Linux one added a quirk > > for Apple Macs that don't have the <ranges> property in the parent > > node. Since U-Boot does not support Apple Macs, remove the comment > > block and adhere to the spec to abort the translation. > > > > Signed-off-by: Bin Meng <bmeng...@gmail.com> > > --- > > > > drivers/core/of_addr.c | 24 ++++++------------------ > > 1 file changed, 6 insertions(+), 18 deletions(-) > > Reviewed-by: Simon Glass <s...@chromium.org>
Unfortunately this seems to cause a test failure for ut_dm_fdt_translation. Can you please take a look? Regards, Simon