]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
powerpc/p2020rdb: fix the FDT_ERR_NOTFOUND issue
authorYing Zhang <b40530@freescale.com>
Fri, 24 Apr 2015 07:49:15 +0000 (15:49 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Sep 2015 11:50:54 +0000 (13:50 +0200)
commit5a258eaea5d68a20d9ed9802dbed119c8d8e1e3b
tree1b887ac69be896b0462e197cfb2e62eaa9fa0862
parent602548ef32eb4e928d46ad5021b402515453cf8e
powerpc/p2020rdb: fix the FDT_ERR_NOTFOUND issue

Because the function ft_board_setup() delete the USB2 device node, it
leads to can't find the device node and hung up.

In fact only P1020RDB needs to delete the USB2 node, this patch fixes
this issue.

Signed-off-by: Ying Zhang <b40530@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>
board/freescale/p1_p2_rdb_pc/p1_p2_rdb_pc.c