From: H. Nikolaus Schaller Date: Mon, 25 Jan 2016 15:13:57 +0000 (+0100) Subject: add tca642x commands and enable mtest command X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08de782659d0f1e436631a715bbd6d9137c60925;p=pandora-u-boot.git add tca642x commands and enable mtest command Signed-off-by: H. Nikolaus Schaller --- 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