[U-Boot] [PATCH v1 15/16] configs: am335x_evm: Do not disable DM_USB in SPL

Jean-Jacques Hiblot jjhiblot at ti.com
Thu Nov 22 13:29:37 UTC 2018


On 22/11/2018 11:43, Lokesh Vutla wrote:
>
>
> On 21/11/18 4:21 PM, Jean-Jacques Hiblot wrote:
>> DM_USB is now supported in the SPL. Do not undef it
>>
>> Signed-off-by: Jean-Jacques Hiblot <jjhiblot at ti.com>
>> ---
>
> With this, I guess we can merge am335x_evm_usbspl_defconfig into 
> am335x_evm_defconfig? or am I missing something?

Yes I'm working on it.

I'm hoping to be able to reduce the number of defconfigs.

JJ

>
> Thanks and regards,
> Lokesh
>
>>
>>   include/configs/am335x_evm.h | 1 -
>>   1 file changed, 1 deletion(-)
>>
>> diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
>> index 5d5b09b..3bd96b9 100644
>> --- a/include/configs/am335x_evm.h
>> +++ b/include/configs/am335x_evm.h
>> @@ -253,7 +253,6 @@
>>   #ifdef CONFIG_SPL_BUILD
>>   #undef CONFIG_DM_MMC
>>   #undef CONFIG_TIMER
>> -#undef CONFIG_DM_USB
>>   #endif
>>     #if defined(CONFIG_SPL_BUILD) && defined(CONFIG_SPL_USB_ETHER)
>>
>


More information about the U-Boot mailing list