[U-Boot] [PATCH v3 13/13] config: sandbox: enable qfw and cmd_qfw for testing
Bin Meng
bmeng.cn at gmail.com
Mon May 23 08:24:48 CEST 2016
On Mon, May 23, 2016 at 1:37 PM, Bin Meng <bmeng.cn at gmail.com> wrote:
> On Mon, May 23, 2016 at 10:37 AM, Miao Yan <yanmiaobest at gmail.com> wrote:
>> This patch enables qfw and cmd_qfw on sandbox for build coverage test
>>
>> Signed-off-by: Miao Yan <yanmiaobest at gmail.com>
>> ---
>> Changes in v3:
>> - fix config option order
>>
>> configs/sandbox_defconfig | 2 ++
>> 1 file changed, 2 insertions(+)
>>
>> diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig
>> index afdf4a3..4cc3a14 100644
>> --- a/configs/sandbox_defconfig
>> +++ b/configs/sandbox_defconfig
>> @@ -47,6 +47,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
>> @@ -96,6 +97,7 @@ CONFIG_CROS_EC_SPI=y
>> CONFIG_PWRSEQ=y
>> CONFIG_SPL_PWRSEQ=y
>> CONFIG_RESET=y
>> +CONFIG_QFW=y
>
> This isn't needed as it will be selected by CONFIG_CMD_QFW above. I
> will fix it when applying.
>
>> CONFIG_DM_MMC=y
>> CONFIG_SPI_FLASH_SANDBOX=y
>> CONFIG_SPI_FLASH=y
>> --
>
> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
applied to u-boot-x86, thanks!
More information about the U-Boot
mailing list