Re: [PATCH v2 18/19] configs: j7200_evm_r5: Add initial support

2020-08-06 Thread Vignesh Raghavendra
On 05/08/20 10:44 pm, Lokesh Vutla wrote: > +CONFIG_USB_CDNS3_GADGET=y > +CONFIG_SPL_USB_CDNS3_GADGET=y > +CONFIG_USB_GADGET=y > +CONFIG_USB_GADGET_MANUFACTURER="Texas Instruments" > +CONFIG_USB_GADGET_VENDOR_NUM=0x0451 > +CONFIG_USB_GADGET_PRODUCT_NUM=0x6163 You missed updating ID here (19/19

[PATCH v2 18/19] configs: j7200_evm_r5: Add initial support

2020-08-05 Thread Lokesh Vutla
Add initial R5 defconfig support Signed-off-by: Lokesh Vutla --- configs/j7200_evm_r5_defconfig | 130 + 1 file changed, 130 insertions(+) create mode 100644 configs/j7200_evm_r5_defconfig diff --git a/configs/j7200_evm_r5_defconfig