Re: [U-Boot] [PATCH 3/5] nios2: Preconfigure $loadaddr variable

2015-12-15 Thread Thomas Chou
Hi Marek, On 2015年12月15日 10:09, Marek Vasut wrote: Preset the $loadaddr environment variable to some sane default, let's say half of the RAM. This variable is where the kernel is loaded using all sorts of .*load commands, so it's convenient to have it set. Signed-off-by: Marek Vasut Cc: Thomas

Re: [U-Boot] [PATCH 3/5] nios2: Preconfigure $loadaddr variable

2015-12-14 Thread Thomas Chou
Hi Marek, On 2015年12月15日 10:09, Marek Vasut wrote: Preset the $loadaddr environment variable to some sane default, let's say half of the RAM. This variable is where the kernel is loaded using all sorts of .*load commands, so it's convenient to have it set. Signed-off-by: Marek Vasut Cc: Thomas

[U-Boot] [PATCH 3/5] nios2: Preconfigure $loadaddr variable

2015-12-14 Thread Marek Vasut
Preset the $loadaddr environment variable to some sane default, let's say half of the RAM. This variable is where the kernel is loaded using all sorts of .*load commands, so it's convenient to have it set. Signed-off-by: Marek Vasut Cc: Thomas Chou --- include/configs/10m50_devboard.h | 3 ++-