[U-Boot] [PATCH] arm: ti: dra7: move BOOTP_DNS2 and PHY_TI in defconfig

Vignesh Raghavendra vigneshr at ti.com
Wed Nov 20 10:30:09 UTC 2019



On 20/11/19 2:46 PM, Grygorii Strashko wrote:
> 
> 
> On 20/11/2019 06:30, Lokesh Vutla wrote:
>>
>>
>> On 20/11/19 12:14 AM, Grygorii Strashko wrote:
>>> Move BOOTP_DNS2 and PHY_TI from dra7xx_evm.h to
>>> dra7xx_evm_defconfig.
>>>
>>> Signed-off-by: Grygorii Strashko <grygorii.strashko at ti.com>
>>> ---
>>>   configs/dra7xx_evm_defconfig        | 2 ++
>>>   configs/dra7xx_hs_evm_defconfig     | 2 ++
>>>   configs/dra7xx_hs_evm_usb_defconfig | 2 ++
>>>   include/configs/dra7xx_evm.h        | 2 --
>>>   4 files changed, 6 insertions(+), 2 deletions(-)
>>>
>>> diff --git a/configs/dra7xx_evm_defconfig b/configs/dra7xx_evm_defconfig
>>> index cb2cdcb350..cae8431bc6 100644
>>> --- a/configs/dra7xx_evm_defconfig
>>> +++ b/configs/dra7xx_evm_defconfig
>>> @@ -117,3 +117,5 @@ CONFIG_USB_GADGET=y
>>>   CONFIG_USB_GADGET_MANUFACTURER="Texas Instruments"
>>>   CONFIG_USB_GADGET_VENDOR_NUM=0x0451
>>>   CONFIG_USB_GADGET_PRODUCT_NUM=0xd022
>>> +CONFIG_BOOTP_DNS2=y
>>> +CONFIG_PHY_TI=y
>>
>> Is this done using savedefconfig?
> 
> No. I'll update and resend
> 

Not sure if you are aware of, but there is ./tools/moveconfig.py that
helps in moving configs from headers to Kconfig

> 
> 
> [...]
> 

-- 
Regards
Vignesh


More information about the U-Boot mailing list