Re: [U-Boot] [PATCH 2/2] support blackfin board initialization in generic board_f

2014-07-29 Thread Sonic Zhang
Hi Tom, On Tue, Jul 29, 2014 at 8:33 PM, Tom Rini wrote: > On Thu, Jul 24, 2014 at 10:47:02AM +0800, Sonic Zhang wrote: >> From: Sonic Zhang >> >> - init hardware watchdog if applicable >> - use CONFIG_SYS_MONITOR_LEN as the gd monitor len for Blackfin >> - reserve u-boot memory at the top field

Re: [U-Boot] [PATCH 2/2] support blackfin board initialization in generic board_f

2014-07-29 Thread Tom Rini
On Thu, Jul 24, 2014 at 10:47:02AM +0800, Sonic Zhang wrote: > From: Sonic Zhang > > - init hardware watchdog if applicable > - use CONFIG_SYS_MONITOR_LEN as the gd monitor len for Blackfin > - reserve u-boot memory at the top field of the RAM for Blackfin > - avoid refer to CONFIG_SYS_MONITOR_LE

Re: [U-Boot] [PATCH 2/2] support blackfin board initialization in generic board_f

2014-07-28 Thread Sonic Zhang
Hi, Any comment? Regards, Sonic On Thu, Jul 24, 2014 at 10:47 AM, Sonic Zhang wrote: > From: Sonic Zhang > > - init hardware watchdog if applicable > - use CONFIG_SYS_MONITOR_LEN as the gd monitor len for Blackfin > - reserve u-boot memory at the top field of the RAM for Blackfin > - avoid re

[U-Boot] [PATCH 2/2] support blackfin board initialization in generic board_f

2014-07-23 Thread Sonic Zhang
From: Sonic Zhang - init hardware watchdog if applicable - use CONFIG_SYS_MONITOR_LEN as the gd monitor len for Blackfin - reserve u-boot memory at the top field of the RAM for Blackfin - avoid refer to CONFIG_SYS_MONITOR_LEN, which is not defined by Blackfin Signed-off-by: Sonic Zhang --- co