mbox series

[U-Boot,RFC,0/1] riscv: qemu-riscv environment size

Message ID 20190505213629.22208-1-merker@debian.org
Headers show
Series riscv: qemu-riscv environment size | expand

Message

Karsten Merker May 5, 2019, 9:36 p.m. UTC
Hello,

currently the environment size for the qemu-riscv platform is set
to only 4kB.  The default environment (with distro_bootcmd
support) has already nearly 4kB, so defining additional
environment variables very quickly exceeds the allocated space. 
Is there a specific reason to use only 4kB for the environment? 
If not, I would like to propose to increase the environment size
to 128kB similar to what we have on a number of other platforms.

Regards,
Karsten

Karsten Merker (1):
  riscv: increase the environment size for the qemu-riscv platform to
    128kB

 include/configs/qemu-riscv.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)