From 6a9481b28e460d2f5ebfecf8b368145e6803b67e Mon Sep 17 00:00:00 2001 From: Renaud Barbier Date: Fri, 28 Feb 2014 12:58:55 +0000 Subject: ppc: P2020RDB and DA923RC configuration Enable memtest, MMU and iomem support on the P2020RDB and DA923RC. Signed-off-by: Renaud Barbier Signed-off-by: Sascha Hauer --- arch/ppc/configs/da923rc_defconfig | 2 ++ arch/ppc/configs/p2020rdb_defconfig | 2 ++ arch/ppc/mach-mpc85xx/Kconfig | 3 +++ 3 files changed, 7 insertions(+) (limited to 'arch/ppc') diff --git a/arch/ppc/configs/da923rc_defconfig b/arch/ppc/configs/da923rc_defconfig index 34eab4040d..3b5292a886 100644 --- a/arch/ppc/configs/da923rc_defconfig +++ b/arch/ppc/configs/da923rc_defconfig @@ -61,3 +61,5 @@ CONFIG_CMD_VERSION=n CONFIG_OFTREE=y CONFIG_CMD_OFTREE_PROBE=y CONFIG_CMD_OFTREE=y +CONFIG_CMD_MEMTEST=y +CONFIG_CMD_IOMEM=y diff --git a/arch/ppc/configs/p2020rdb_defconfig b/arch/ppc/configs/p2020rdb_defconfig index 0f77903286..868c060fc7 100644 --- a/arch/ppc/configs/p2020rdb_defconfig +++ b/arch/ppc/configs/p2020rdb_defconfig @@ -32,3 +32,5 @@ CONFIG_I2C=y CONFIG_I2C_IMX=y CONFIG_CMD_I2C=y CONFIG_CMD_MIITOOL=y +CONFIG_CMD_MEMTEST=y +CONFIG_CMD_IOMEM=y diff --git a/arch/ppc/mach-mpc85xx/Kconfig b/arch/ppc/mach-mpc85xx/Kconfig index dc2d2b7b7e..74bad76667 100644 --- a/arch/ppc/mach-mpc85xx/Kconfig +++ b/arch/ppc/mach-mpc85xx/Kconfig @@ -1,5 +1,8 @@ if ARCH_MPC85XX +config MMU + default y if CMD_MEMTEST + config TEXT_BASE hex default 0xeff80000 if P2020RDB -- cgit v1.2.3