summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorAntony Pavlov <antonynpavlov@gmail.com>2013-05-26 15:27:01 +0400
committerSascha Hauer <s.hauer@pengutronix.de>2013-05-28 08:06:07 +0200
commit77bcb1fa006085b42b11dbd5816609ac01c623ae (patch)
tree1f6ab670091f6cb2b5b4dff917976bf72feec064 /arch
parent41448848fc3f40d11191787a686038d8ba0531a4 (diff)
downloadbarebox-77bcb1fa006085b42b11dbd5816609ac01c623ae.tar.gz
barebox-77bcb1fa006085b42b11dbd5816609ac01c623ae.tar.xz
MIPS: rzx50: enable pbl in defconfig
Also enable the iomem and poweroff commands. 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/rzx50_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/configs/rzx50_defconfig b/arch/mips/configs/rzx50_defconfig
index 722d977f50..5d994c76e1 100644
--- a/arch/mips/configs/rzx50_defconfig
+++ b/arch/mips/configs/rzx50_defconfig
@@ -1,4 +1,5 @@
CONFIG_MACH_MIPS_XBURST=y
+CONFIG_PBL_IMAGE=y
CONFIG_BAUDRATE=57600
CONFIG_GLOB=y
CONFIG_HUSH_FANCY_PROMPT=y
@@ -14,6 +15,7 @@ CONFIG_CMD_LOADY=y
CONFIG_CMD_LOADS=y
CONFIG_CMD_SAVES=y
CONFIG_CMD_MEMINFO=y
+CONFIG_CMD_IOMEM=y
CONFIG_CMD_MD5SUM=y
CONFIG_CMD_BOOTM_SHOW_TYPE=y
CONFIG_CMD_BOOTM_VERBOSE=y
@@ -22,6 +24,7 @@ CONFIG_CMD_BOOTM_OFTREE=y
CONFIG_CMD_BOOTM_OFTREE_UIMAGE=y
CONFIG_CMD_UIMAGE=y
CONFIG_CMD_RESET=y
+CONFIG_CMD_POWEROFF=y
CONFIG_CMD_GO=y
# CONFIG_SPI is not set
CONFIG_SHA1=y