diff options
| author | Tom Rini <trini@konsulko.com> | 2024-07-15 13:35:53 -0600 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2024-07-23 10:37:48 -0600 |
| commit | b0ee3fe642c914f15055827ab722618daec9e58b (patch) | |
| tree | 3d50925fa4b7931a070fb727f9eef69e5681dd6d /drivers/usb/musb-new/linux-compat.h | |
| parent | 502d7d80ae0c83fa159e90d035b0cdfbed458057 (diff) | |
arm: ti: Remove omap4 platform support
There are no longer any OMAP4 platforms in U-Boot, remove the related
functionality.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers/usb/musb-new/linux-compat.h')
| -rw-r--r-- | drivers/usb/musb-new/linux-compat.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/usb/musb-new/linux-compat.h b/drivers/usb/musb-new/linux-compat.h index 8829567bfb6..40e238f86a8 100644 --- a/drivers/usb/musb-new/linux-compat.h +++ b/drivers/usb/musb-new/linux-compat.h @@ -19,8 +19,4 @@ #define CFG_SOC_OMAP3430 #endif -#ifdef CONFIG_OMAP44XX -#define CFG_ARCH_OMAP4 -#endif - #endif /* __LINUX_COMPAT_H__ */ |
