mbox series

[0/4] xilinx: common: Fix fdt/initrd_high and bootm_* variables

Message ID cover.1597228970.git.michal.simek@xilinx.com
Headers show
Series xilinx: common: Fix fdt/initrd_high and bootm_* variables | expand

Message

Michal Simek Aug. 12, 2020, 10:42 a.m. UTC
Hi,

this series is removing fdt/initrd_high variables and tune bootm_size run
time setup to match needs from Linux kernel.

Thanks,
Michal


Michal Simek (4):
  xilinx: common: Get rid of fdt_high variable
  xilinx: common: Get rid of initrd_high variable setup
  xilinx: common: Check return value from variable setup
  xilinx: common: Change bootm_size variable setting

 board/xilinx/common/board.c     | 17 ++++++++++-------
 include/configs/xilinx_versal.h |  1 -
 include/configs/xilinx_zynqmp.h |  1 -
 include/configs/zynq-common.h   |  1 -
 4 files changed, 10 insertions(+), 10 deletions(-)

Comments

Michal Simek Aug. 20, 2020, 7:58 a.m. UTC | #1
st 12. 8. 2020 v 12:42 odesílatel Michal Simek <michal.simek@xilinx.com> napsal:
>
> Hi,
>
> this series is removing fdt/initrd_high variables and tune bootm_size run
> time setup to match needs from Linux kernel.
>
> Thanks,
> Michal
>
>
> Michal Simek (4):
>   xilinx: common: Get rid of fdt_high variable
>   xilinx: common: Get rid of initrd_high variable setup
>   xilinx: common: Check return value from variable setup
>   xilinx: common: Change bootm_size variable setting
>
>  board/xilinx/common/board.c     | 17 ++++++++++-------
>  include/configs/xilinx_versal.h |  1 -
>  include/configs/xilinx_zynqmp.h |  1 -
>  include/configs/zynq-common.h   |  1 -
>  4 files changed, 10 insertions(+), 10 deletions(-)
>
> --
> 2.28.0
>

Applied all.
M