suniv: add new target
[openwrt/staging/wigyori.git] / package / boot / uboot-suniv / patches / 0022-remove-suniv-config-ubs-phys-define.patch
1 From 9fcee618a2099677e015f3a1bd8fa1d66f7ac9f3 Mon Sep 17 00:00:00 2001
2 From: florpor <florist.powers@gmail.com>
3 Date: Wed, 29 Apr 2020 13:57:19 +0300
4 Subject: [PATCH 22/29] remove suniv config ubs phys define
5
6 it isn't used by the driver anymore and triggers kconfig errors
7 ---
8 include/configs/suniv.h | 2 --
9 1 file changed, 2 deletions(-)
10
11 diff --git a/include/configs/suniv.h b/include/configs/suniv.h
12 index e6aca3ec4b..483c20edc1 100644
13 --- a/include/configs/suniv.h
14 +++ b/include/configs/suniv.h
15 @@ -7,8 +7,6 @@
16 #ifndef __CONFIG_H
17 #define __CONFIG_H
18
19 -#define CONFIG_SUNXI_USB_PHYS 1
20 -
21 /*
22 * Include common sunxi configuration where most the settings are
23 */
24 --
25 2.20.1
26