]> git.ipfire.org Git - people/ms/u-boot.git/commit - board/freescale/p1_p2_rdb_pc/p1_p2_rdb_pc.c
powerpc/p2020rdb: fix the FDT_ERR_NOTFOUND issue
authorYing Zhang <b40530@freescale.com>
Fri, 24 Apr 2015 07:49:15 +0000 (15:49 +0800)
committerYork Sun <yorksun@freescale.com>
Tue, 28 Jul 2015 21:41:15 +0000 (14:41 -0700)
commit01a6113d2a4d277c0d2cddb5f955f2245114bbc2
treea6cc2dd62d84357ca5ea7681c4d621416edbfc93
parente622d9ed3b4a44cd5646654ba12dd6894fd49382
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