
3 Aug
2017
3 Aug
'17
4:05 p.m.
On 3 August 2017 at 07:51, Tom Rini trini@konsulko.com wrote:
With the changes to fdt_get_base_address() we need to modify the logic in ft_verify_fdt() for how we check the validity of the CCSR address.
Tested-on: qemu-ppce500 -M mpc8544ds Fixes: 336a44877af8 ("fdt: Correct fdt_get_base_address()") Cc: York Sun york.sun@nxp.com Cc: Wolfgang Denk wd@denx.de Cc: Simon Glass sjg@chromium.org Signed-off-by: Tom Rini trini@konsulko.com
arch/powerpc/cpu/mpc85xx/fdt.c | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org