Re: [U-Boot] [PATCH 2/2] ARM: uniphier: add bootm_low environment

2016-01-19 Thread Masahiro Yamada
2016-01-09 2:12 GMT+09:00 Masahiro Yamada : > The load address of the kernel can be changed via "kernel_addr_r" > environment. The device tree and the initramdisk should be relocated > according to the kernel location. > > The "bootm_low" should be calculated by masking the lower bits > (TEXT_OFFS

[U-Boot] [PATCH 2/2] ARM: uniphier: add bootm_low environment

2016-01-08 Thread Masahiro Yamada
The load address of the kernel can be changed via "kernel_addr_r" environment. The device tree and the initramdisk should be relocated according to the kernel location. The "bootm_low" should be calculated by masking the lower bits (TEXT_OFFSET part) of the "kernel_addr_r" environment value. Sig