Message ID | f148161ee489d19d708df1b4fa7477821e06bb55.1727694230.git.michal.simek@amd.com |
---|---|
State | Accepted |
Commit | 88f43aa39cd32ef5f102931835c4a29c6892c110 |
Delegated to: | Michal Simek |
Headers | show |
Series | [1/2] arm64: versal: Remove description for USB1 | expand |
On 9/30/24 13:03, Michal Simek wrote: > There is only one USB controller that's why remove description for USB1. > > Signed-off-by: Michal Simek <michal.simek@amd.com> > --- > > include/configs/xilinx_versal.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/include/configs/xilinx_versal.h b/include/configs/xilinx_versal.h > index dc3f41b94a29..212dc9df2a2e 100644 > --- a/include/configs/xilinx_versal.h > +++ b/include/configs/xilinx_versal.h > @@ -85,7 +85,7 @@ > "jtag " > > #define BOOT_TARGET_DEVICES_USB_DFU(func) \ > - func(USB_DFU, usb_dfu, 0) func(USB_DFU, usb_dfu, 1) > + func(USB_DFU, usb_dfu, 0) > > #define BOOTENV_DEV_USB_DFU(devtypeu, devtypel, instance) \ > "bootcmd_" #devtypel #instance "=setenv dfu_alt_info boot.scr ram " \ > @@ -99,7 +99,7 @@ > "" > > #define BOOT_TARGET_DEVICES_USB_THOR(func) \ > - func(USB_THOR, usb_thor, 0) func(USB_THOR, usb_thor, 1) > + func(USB_THOR, usb_thor, 0) > > #define BOOTENV_DEV_USB_THOR(devtypeu, devtypel, instance) \ > "bootcmd_" #devtypel #instance "=setenv dfu_alt_info boot.scr ram " \ applied. M
diff --git a/include/configs/xilinx_versal.h b/include/configs/xilinx_versal.h index dc3f41b94a29..212dc9df2a2e 100644 --- a/include/configs/xilinx_versal.h +++ b/include/configs/xilinx_versal.h @@ -85,7 +85,7 @@ "jtag " #define BOOT_TARGET_DEVICES_USB_DFU(func) \ - func(USB_DFU, usb_dfu, 0) func(USB_DFU, usb_dfu, 1) + func(USB_DFU, usb_dfu, 0) #define BOOTENV_DEV_USB_DFU(devtypeu, devtypel, instance) \ "bootcmd_" #devtypel #instance "=setenv dfu_alt_info boot.scr ram " \ @@ -99,7 +99,7 @@ "" #define BOOT_TARGET_DEVICES_USB_THOR(func) \ - func(USB_THOR, usb_thor, 0) func(USB_THOR, usb_thor, 1) + func(USB_THOR, usb_thor, 0) #define BOOTENV_DEV_USB_THOR(devtypeu, devtypel, instance) \ "bootcmd_" #devtypel #instance "=setenv dfu_alt_info boot.scr ram " \
There is only one USB controller that's why remove description for USB1. Signed-off-by: Michal Simek <michal.simek@amd.com> --- include/configs/xilinx_versal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)