From: Miao Yan Date: Mon, 23 May 2016 02:37:22 +0000 (-0700) Subject: config: sandbox: enable qfw and cmd_qfw for testing X-Git-Tag: v2016.07-rc1~177^2~33 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f7e20f6628c679bd2617c0a58b44e8d9407b475d;p=u-boot config: sandbox: enable qfw and cmd_qfw for testing This patch enables qfw and cmd_qfw on sandbox for build coverage test Signed-off-by: Miao Yan Reviewed-by: Bin Meng --- diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index aec2e538a1..9e4a92dd6c 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@ -48,6 +48,7 @@ CONFIG_CMD_LINK_LOCAL=y CONFIG_CMD_TIME=y CONFIG_CMD_TIMER=y CONFIG_CMD_SOUND=y +CONFIG_CMD_QFW=y CONFIG_CMD_BOOTSTAGE=y CONFIG_CMD_PMIC=y CONFIG_CMD_REGULATOR=y