summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorAntony Pavlov <antonynpavlov@gmail.com>2014-08-02 09:43:23 +0400
committerSascha Hauer <s.hauer@pengutronix.de>2014-08-07 06:13:53 +0200
commit07f93f54521c212558eb09adc812d97dffda443b (patch)
treeda56a09e8d21b227be19ed53288200324d7e7190 /arch
parent019a33dad4842b17cf4653cbec8b3425eabdf7d8 (diff)
downloadbarebox-07f93f54521c212558eb09adc812d97dffda443b.tar.gz
barebox-07f93f54521c212558eb09adc812d97dffda443b.tar.xz
MIPS: qemu-malta_defconfig: enable metadata in barebox image (IMD)
Usage: $ qemu-system-mips -nodefaults -nographic -M malta -m 256 \ -serial stdio -monitor null \ -bios ./barebox-flash-image ... barebox:/ imd /dev/nor0 release: 2014.07.0-00401-gd863821 build: #148 Sat Aug 2 09:22:16 MSK 2014 Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch')
-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 6ee302df02..5a1ca36822 100644
--- a/arch/mips/configs/qemu-malta_defconfig
+++ b/arch/mips/configs/qemu-malta_defconfig
@@ -14,6 +14,7 @@ CONFIG_POLLER=y
CONFIG_DEBUG_INFO=y
CONFIG_LONGHELP=y
CONFIG_CMD_IOMEM=y
+CONFIG_CMD_IMD=y
CONFIG_CMD_MEMINFO=y
CONFIG_CMD_BOOTM_SHOW_TYPE=y
CONFIG_CMD_GO=y