diff options
author | Zoltan HERPAI <wigyori@uid0.hu> | 2018-02-16 11:40:01 +0100 |
---|---|---|
committer | Zoltan HERPAI <wigyori@uid0.hu> | 2018-02-16 11:40:01 +0100 |
commit | 4bc1ebbd88a2aef177a7d4c36c8cd5fbf7cf0bd0 (patch) | |
tree | a06eb6613c2048492cfbea49dbc1efb2402bbe05 /package/boot/uboot-sunxi/patches/101-sun6i-support-console-on-UART2.patch | |
parent | 616f883a209f87b1cf1709d6de8300dada04077d (diff) | |
download | upstream-4bc1ebbd88a2aef177a7d4c36c8cd5fbf7cf0bd0.tar.gz upstream-4bc1ebbd88a2aef177a7d4c36c8cd5fbf7cf0bd0.tar.bz2 upstream-4bc1ebbd88a2aef177a7d4c36c8cd5fbf7cf0bd0.zip |
Revert "uboot-sunxi: refresh patches"
This reverts commit f142de5f44bcba8cb0f12e5b1fd26cd9867cf866.
Revert until we can move to 2017.11
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
Diffstat (limited to 'package/boot/uboot-sunxi/patches/101-sun6i-support-console-on-UART2.patch')
-rw-r--r-- | package/boot/uboot-sunxi/patches/101-sun6i-support-console-on-UART2.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/boot/uboot-sunxi/patches/101-sun6i-support-console-on-UART2.patch b/package/boot/uboot-sunxi/patches/101-sun6i-support-console-on-UART2.patch index c1ba07eec5..d140f2d538 100644 --- a/package/boot/uboot-sunxi/patches/101-sun6i-support-console-on-UART2.patch +++ b/package/boot/uboot-sunxi/patches/101-sun6i-support-console-on-UART2.patch @@ -6,7 +6,7 @@ Subject: ARM: sun6i: Support console on UART2 (GPG6/GPG7) --- a/arch/arm/mach-sunxi/board.c +++ b/arch/arm/mach-sunxi/board.c -@@ -124,6 +124,10 @@ static int gpio_init(void) +@@ -126,6 +126,10 @@ static int gpio_init(void) sunxi_gpio_set_cfgpin(SUNXI_GPG(3), SUN5I_GPG_UART1); sunxi_gpio_set_cfgpin(SUNXI_GPG(4), SUN5I_GPG_UART1); sunxi_gpio_set_pull(SUNXI_GPG(4), SUNXI_GPIO_PULL_UP); @@ -19,7 +19,7 @@ Subject: ARM: sun6i: Support console on UART2 (GPG6/GPG7) sunxi_gpio_set_cfgpin(SUNXI_GPB(1), SUN8I_GPB_UART2); --- a/include/configs/sunxi-common.h +++ b/include/configs/sunxi-common.h -@@ -256,6 +256,8 @@ extern int soft_i2c_gpio_scl; +@@ -259,6 +259,8 @@ extern int soft_i2c_gpio_scl; #endif #elif CONFIG_CONS_INDEX == 2 && defined(CONFIG_MACH_SUN5I) #define OF_STDOUT_PATH "/soc@01c00000/serial@01c28400:115200" |