-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 03/20/2014 04:24 PM, Ian Campbell wrote:
> Instead of setting CONFIG_SYS_BOOTMAPSZ instead set bootm_size to 512M in the
> default environment. This causes boot_start_lmb to use addresses which are
> covered by the kernels lowmem mapping, which is required by the boot protocol.
> 
> This should mean that workarounds such as fdt_high=ffffffff and
> initrd_high=ffffffff are no longer required.
> 
> Signed-off-by: Ian Campbell <i...@hellion.org.uk>
> Cc: Tom Rini <tr...@ti.com>
> ---
>  include/configs/sunxi-common.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h
> index efa77f2..2757145 100644
> --- a/include/configs/sunxi-common.h
> +++ b/include/configs/sunxi-common.h
> @@ -102,7 +102,6 @@
>  
>  /* Flat Device Tree (FDT/DT) support */
>  #define CONFIG_OF_LIBFDT
> -#define CONFIG_SYS_BOOTMAPSZ         (256 << 20)
>  
>  /*
>   * Miscellaneous configurable options
> @@ -170,6 +169,7 @@
>  #endif
>  
>  #define CONFIG_EXTRA_ENV_SETTINGS \
> +     "bootm_size=0x20000000\0" \
>       "console=ttyS0,115200\0" \
>       "panicarg=panic=10\0" \
>       "extraargs=\0" \
> 

Acked-by: Tom Rini <tr...@ti.com>

- -- 
Tom
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQIcBAEBAgAGBQJTK2LZAAoJENk4IS6UOR1WrwoQAJefaXgIUNdZkIofsH25sfnr
Z8IXx02X7WnI92R2dkkLjU1akKsZrSPE7C4cDXGbtOReE5ii1AJoBU/2010BX1k1
brH2yNayD4pXUEzhZhJuh+AkBB7JXe9NdTlO9Pr5ry3Hk1ONjcQlkXVQ+h1vzLLc
aymJ2NK6WbxGfNPA4uC6/kqiIYidI2NKoluyHZmH5qD+TB1yDUF7Xem95foJSl3N
XFlkyHpBt3+bJBaSBgJIx74GEz3asqK6FveqkY+x0BeZ8NQXF5IUtGiiNFG9CQCI
LTKJrm3v6aaSmdzmP+vFj0u6JT3bUcvIk2Q8mt5N5aCp41IjhqSMdTVp2oso6PI6
2mWLsVrywHT4LN8BR8abXX2Y44kwJbX3VI3UkTOsuvktxoQw95klpK8PCkPe74cC
BAsgWnIIQOx2Yjpzr3AreQn9vkmkJZHF7Fq0/0vTSycYdOGzTeBtIm61xfdX/8xW
dxgnTFxTdX4zyuYO5wGrbBRn6LyC7Bnu+GW5YfleE8yVKHKyGxP9PnjfeZ4n6f5l
yzgLeYfs5YtAnyI6ZV1sqCxETrvan4kCUOeaindu10WmbySojLzfVk3g9Ov+RquO
KkfZR8utV3qoVjht7oxHILwxKOHd+BjI4tpf4gJxEDP+T8s7U2iFzN55JHsGdj4P
sq9dweAOJ/8C4ivgezTb
=2Vt2
-----END PGP SIGNATURE-----

-- 
You received this message because you are subscribed to the Google Groups 
"linux-sunxi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to linux-sunxi+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to