commit | eacf07e631dc97cef0ae903cea7a3655355d9941 | [log] [tgz] |
---|---|---|
author | Karsten Merker <merker@debian.org> | Sun May 05 23:36:29 2019 +0200 |
committer | Andes <uboot@andestech.com> | Wed Jun 05 13:19:08 2019 +0800 |
tree | 44b6c288d7e05c30787f770f8edd9c7dfabace25 | |
parent | 38c2a8a00132b4dcc6a0bb5baf5146b9eb9eb2d2 [diff] |
riscv: increase the environment size for the qemu-riscv platform to 128kB The existing default size of 4kB is too small as the default environment has already nearly that size and defining a single additional environment variable can exceed the available space. Signed-off-by: Karsten Merker <merker@debian.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>