
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@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
[...]