summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntony Pavlov <antonynpavlov@gmail.com>2016-12-05 11:28:29 +0300
committerSascha Hauer <s.hauer@pengutronix.de>2017-01-10 08:27:53 +0100
commit583d99cee45e4198b872a44a3932b9a58c4d7239 (patch)
tree584763922d28fa43dcfb5e5ef484b3a72d2d8ee1
parentef66d906a611f99dbbf79d45ab077f788d713b64 (diff)
downloadbarebox-583d99cee45e4198b872a44a3932b9a58c4d7239.tar.gz
barebox-583d99cee45e4198b872a44a3932b9a58c4d7239.tar.xz
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>
-rw-r--r--arch/mips/configs/qemu-malta_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/configs/qemu-malta_defconfig b/arch/mips/configs/qemu-malta_defconfig
index 004adacf8f..9671e93dc0 100644
--- a/arch/mips/configs/qemu-malta_defconfig
+++ b/arch/mips/configs/qemu-malta_defconfig
@@ -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