Re: [U-Boot] [PATCH 1/2] rockchip: Also load the initrd below 512M

2015-10-18 Thread Simon Glass
On 3 October 2015 at 08:27, Simon Glass  wrote:
> On 18 September 2015 at 22:49, Sjoerd Simons
>  wrote:
>> Similar to load an fdt, when loading an initrd about the 512Mb mark
>> things seem to break. For now force loading below 512Mb until the reason
>> why this fails has been determined/solved.
>>
>> Signed-off-by: Sjoerd Simons 
>> ---
>>
>>  include/configs/rk3288_common.h | 1 +
>>  1 file changed, 1 insertion(+)
>
> Acked-by: Simon Glass 

Applied to u-boot-rockchip, thanks!
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH 1/2] rockchip: Also load the initrd below 512M

2015-10-03 Thread Simon Glass
On 18 September 2015 at 22:49, Sjoerd Simons
 wrote:
> Similar to load an fdt, when loading an initrd about the 512Mb mark
> things seem to break. For now force loading below 512Mb until the reason
> why this fails has been determined/solved.
>
> Signed-off-by: Sjoerd Simons 
> ---
>
>  include/configs/rk3288_common.h | 1 +
>  1 file changed, 1 insertion(+)

Acked-by: Simon Glass 
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH 1/2] rockchip: Also load the initrd below 512M

2015-09-18 Thread Sjoerd Simons
Similar to load an fdt, when loading an initrd about the 512Mb mark
things seem to break. For now force loading below 512Mb until the reason
why this fails has been determined/solved.

Signed-off-by: Sjoerd Simons 
---

 include/configs/rk3288_common.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/configs/rk3288_common.h b/include/configs/rk3288_common.h
index e8aec28..400e72c 100644
--- a/include/configs/rk3288_common.h
+++ b/include/configs/rk3288_common.h
@@ -111,6 +111,7 @@
  * limit the fdt reallocation to that */
 #define CONFIG_EXTRA_ENV_SETTINGS \
"fdt_high=0x1fff\0" \
+   "initrd_high=0x1fff\0" \
ENV_MEM_LAYOUT_SETTINGS \
BOOTENV
 #endif
-- 
2.5.1

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot