9
0
Fork 0

MIPS: qemu-malta_defconfig: set MAX_IMAGE_SIZE = 4 MiB

If barebox binary image size exceeds the 4 MiB then
qemu exits with the 'Could not load MIPS bios' message.

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Antony Pavlov 2016-12-05 11:28:29 +03:00 committed by Sascha Hauer
parent ef66d906a6
commit 583d99cee4
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
CONFIG_BUILTIN_DTB=y
CONFIG_BUILTIN_DTB_NAME="qemu-malta"
CONFIG_PBL_IMAGE=y
CONFIG_BAREBOX_MAX_IMAGE_SIZE=0x400000
CONFIG_STACK_SIZE=0x7000
CONFIG_EXPERIMENTAL=y
CONFIG_BAUDRATE=38400