[U-Boot] [PATCH 1/1] cmd, fdt: fix working_fdt is set to wrong value

2014-12-21 Thread Hua Yanghao
Being a long time u-boot developer, this is the first time I'm trying to get some fix for the open source code back to mainline. If anything wrong during the process, please be gentle :-) Thank you. >From 225c8f8f2af4cf6092260e5c133d90096e2f3352 Mon Sep 17 00:00:00 2001 From: Hua Yanghao Date: Mo

Re: [U-Boot] [PATCH 1/1] cmd, fdt: fix working_fdt is set to wrong value

2014-12-22 Thread Simon Glass
Hi Hua, On 21 December 2014 at 13:45, Hua Yanghao wrote: > > Being a long time u-boot developer, this is the first time I'm trying > to get some fix for the open source code back to mainline. > If anything wrong during the process, please be gentle :-) Thank you. > > From 225c8f8f2af4cf6092260e5c

Re: [U-Boot] [PATCH 1/1] cmd, fdt: fix working_fdt is set to wrong value

2014-12-29 Thread Hua Yanghao
Hi Simon, Thank you for the suggestion. I will set up git send-email and send a new patch for review. For set_working_fdt_addr, a simple grep shows 2 other places (common/bootm.c common/image-fdt.c) is already using its parameter as void *. changing it to ulong will cause the other 2 places to use

Re: [U-Boot] [PATCH 1/1] cmd, fdt: fix working_fdt is set to wrong value

2014-12-29 Thread Hua Yanghao
By the way, which is the current branch you guys are working on? u-boot/master I assume? On Tue, Dec 30, 2014 at 2:44 PM, Hua Yanghao wrote: > Hi Simon, > Thank you for the suggestion. I will set up git send-email and send a > new patch for review. > For set_working_fdt_addr, a simple grep shows

Re: [U-Boot] [PATCH 1/1] cmd, fdt: fix working_fdt is set to wrong value

2014-12-30 Thread Simon Glass
Hi, On 29 December 2014 at 23:44, Hua Yanghao wrote: > By the way, which is the current branch you guys are working on? > u-boot/master I assume? Yes that's right. - Simon > > On Tue, Dec 30, 2014 at 2:44 PM, Hua Yanghao wrote: >> Hi Simon, >> Thank you for the suggestion. I will set up git s