Skip to content

Commit ae00fcc

Browse files
linuswolofj
authored andcommitted
ARM: Delete netx a second time
Commit ceb02dc ARM: delete netx machine deleted the mach-netx machine. Then eight days later it was resurrected by SPDX tag fixes. I think. Taking the liberty to fix some additional debug uart cruft. Link: https://lore.kernel.org/r/[email protected] Fixes: ceb02dc ("ARM: delete netx machine") Acked-By: Robert Schwebel <[email protected]> Acked-by: Sascha Hauer <[email protected]> Signed-off-by: Linus Walleij <[email protected]> Signed-off-by: Olof Johansson <[email protected]>
1 parent 5f9e832 commit ae00fcc

File tree

20 files changed

+0
-1860
lines changed

20 files changed

+0
-1860
lines changed

arch/arm/Kconfig.debug

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1535,7 +1535,6 @@ config DEBUG_LL_INCLUDE
15351535
DEBUG_IMX7D_UART
15361536
default "debug/ks8695.S" if DEBUG_KS8695_UART
15371537
default "debug/msm.S" if DEBUG_QCOM_UARTDM
1538-
default "debug/netx.S" if DEBUG_NETX_UART
15391538
default "debug/omap2plus.S" if DEBUG_OMAP2PLUS_UART
15401539
default "debug/renesas-scif.S" if DEBUG_R7S72100_SCIF2
15411540
default "debug/renesas-scif.S" if DEBUG_RCAR_GEN1_SCIF0
@@ -1575,7 +1574,6 @@ config DEBUG_UART_8250
15751574

15761575
config DEBUG_UART_PHYS
15771576
hex "Physical base address of debug UART"
1578-
default 0x00100a00 if DEBUG_NETX_UART
15791577
default 0x01c20000 if DEBUG_DAVINCI_DMx_UART0
15801578
default 0x01c28000 if DEBUG_SUNXI_UART0
15811579
default 0x01c28400 if DEBUG_SUNXI_UART1
@@ -1700,7 +1698,6 @@ config DEBUG_UART_PHYS
17001698
DEBUG_LL_UART_8250 || DEBUG_LL_UART_PL01X || \
17011699
DEBUG_LL_UART_EFM32 || \
17021700
DEBUG_UART_8250 || DEBUG_UART_PL01X || DEBUG_MESON_UARTAO || \
1703-
DEBUG_NETX_UART || \
17041701
DEBUG_QCOM_UARTDM || DEBUG_R7S72100_SCIF2 || \
17051702
DEBUG_RCAR_GEN1_SCIF0 || DEBUG_RCAR_GEN1_SCIF2 || \
17061703
DEBUG_RCAR_GEN2_SCIF0 || DEBUG_RCAR_GEN2_SCIF1 || \
@@ -1717,7 +1714,6 @@ config DEBUG_UART_VIRT
17171714
default 0xc881f000 if DEBUG_RV1108_UART2
17181715
default 0xc8821000 if DEBUG_RV1108_UART1
17191716
default 0xc8912000 if DEBUG_RV1108_UART0
1720-
default 0xe0000a00 if DEBUG_NETX_UART
17211717
default 0xe0010fe0 if ARCH_RPC
17221718
default 0xf0000be0 if ARCH_EBSA110
17231719
default 0xf0010000 if DEBUG_ASM9260_UART
@@ -1822,7 +1818,6 @@ config DEBUG_UART_VIRT
18221818
default DEBUG_UART_PHYS if !MMU
18231819
depends on DEBUG_LL_UART_8250 || DEBUG_LL_UART_PL01X || \
18241820
DEBUG_UART_8250 || DEBUG_UART_PL01X || DEBUG_MESON_UARTAO || \
1825-
DEBUG_NETX_UART || \
18261821
DEBUG_QCOM_UARTDM || DEBUG_S3C24XX_UART || \
18271822
DEBUG_S3C64XX_UART || \
18281823
DEBUG_BCM63XX_UART || DEBUG_ASM9260_UART || \

arch/arm/mach-netx/Kconfig

Lines changed: 0 additions & 22 deletions
This file was deleted.

arch/arm/mach-netx/Makefile

Lines changed: 0 additions & 13 deletions
This file was deleted.

arch/arm/mach-netx/Makefile.boot

Lines changed: 0 additions & 3 deletions
This file was deleted.

arch/arm/mach-netx/fb.c

Lines changed: 0 additions & 65 deletions
This file was deleted.

arch/arm/mach-netx/fb.h

Lines changed: 0 additions & 12 deletions
This file was deleted.

arch/arm/mach-netx/generic.c

Lines changed: 0 additions & 182 deletions
This file was deleted.

arch/arm/mach-netx/generic.h

Lines changed: 0 additions & 14 deletions
This file was deleted.

arch/arm/mach-netx/include/mach/hardware.h

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)