From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Fri, 31 Jul 2015 08:41:49 -0700 Subject: [U-Boot] [PATCH v2] board/p2020rdb: fix the FDT_ERR_NOTFOUND issue In-Reply-To: <1429861755-27457-1-git-send-email-ying.zhang@freescale.com> References: <1429861755-27457-1-git-send-email-ying.zhang@freescale.com> Message-ID: <55BB973D.3040407@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 04/24/2015 12:49 AM, ying.zhang at freescale.com wrote: > From: Ying Zhang > > 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 > --- > Change from v1: > - To define the parameter "err" to eliminate the compiling error. > Applied to u-boot-mpc85xx master. Thanks. York