From 08de782659d0f1e436631a715bbd6d9137c60925 Mon Sep 17 00:00:00 2001 From: "H. Nikolaus Schaller" Date: Mon, 25 Jan 2016 16:13:57 +0100 Subject: [PATCH] add tca642x commands and enable mtest command Signed-off-by: H. Nikolaus Schaller --- configs/letux_cortex15_defconfig | 4 +++- configs/pandora_pyra_lc15_defconfig | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/configs/letux_cortex15_defconfig b/configs/letux_cortex15_defconfig index 5ade153875c..35be9230139 100644 --- a/configs/letux_cortex15_defconfig +++ b/configs/letux_cortex15_defconfig @@ -5,4 +5,6 @@ CONFIG_SPL=y # CONFIG_CMD_IMLS is not set # CONFIG_CMD_FLASH is not set # CONFIG_CMD_SETEXPR is not set -# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set - reduces malloc init power peak by memset \ No newline at end of file +# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set - reduces malloc init power peak by memset +CONFIG_CMD_MEMTEST=y +CONFIG_CMD_TCA642X=n diff --git a/configs/pandora_pyra_lc15_defconfig b/configs/pandora_pyra_lc15_defconfig index c3b2e438c40..a51e1e1f264 100644 --- a/configs/pandora_pyra_lc15_defconfig +++ b/configs/pandora_pyra_lc15_defconfig @@ -5,4 +5,6 @@ CONFIG_SPL=y # CONFIG_CMD_IMLS is not set # CONFIG_CMD_FLASH is not set # CONFIG_CMD_SETEXPR is not set -# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set - reduces malloc init power peak by memset \ No newline at end of file +# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set - reduces malloc init power peak by memset +CONFIG_CMD_MEMTEST=y +CONFIG_CMD_TCA642X=y -- 2.47.2