Skip to content

Commit e96f18b

Browse files
SgrrZhfMaureenHelm
authored andcommitted
boards: remove options CONFIG_UART_PL011_PORT0
Remove option 'CONFIG_UART_PL011_PORT0' from four boards's defconfig file. - fvp_baser_aemv8r_aarch32 - fvp_base_revc_2xaemv8a - fvp_baser_aemv8r - qemu_cortex_a53 Signed-off-by: Huifeng Zhang <[email protected]>
1 parent bd55003 commit e96f18b

File tree

7 files changed

+0
-7
lines changed

7 files changed

+0
-7
lines changed

boards/arm/fvp_baser_aemv8r_aarch32/fvp_baser_aemv8r_aarch32_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ CONFIG_SERIAL=y
1818

1919
# Enable serial port
2020
CONFIG_UART_PL011=y
21-
CONFIG_UART_PL011_PORT0=y
2221
CONFIG_UART_INTERRUPT_DRIVEN=y
2322

2423
# Enable console

boards/arm64/fvp_base_revc_2xaemv8a/fvp_base_revc_2xaemv8a_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ CONFIG_SERIAL=y
1818

1919
# Enable serial port
2020
CONFIG_UART_PL011=y
21-
CONFIG_UART_PL011_PORT0=y
2221

2322
# Enable console
2423
CONFIG_CONSOLE=y

boards/arm64/fvp_baser_aemv8r/fvp_baser_aemv8r_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ CONFIG_SERIAL=y
2020

2121
# Enable serial port
2222
CONFIG_UART_PL011=y
23-
CONFIG_UART_PL011_PORT0=y
2423
CONFIG_UART_INTERRUPT_DRIVEN=y
2524

2625
# Enable console

boards/arm64/fvp_baser_aemv8r/fvp_baser_aemv8r_smp_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ CONFIG_SERIAL=y
2020

2121
# Enable serial port
2222
CONFIG_UART_PL011=y
23-
CONFIG_UART_PL011_PORT0=y
2423

2524
# Enable console
2625
CONFIG_CONSOLE=y

boards/arm64/qemu_cortex_a53/qemu_cortex_a53_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,4 @@ CONFIG_UART_CONSOLE=y
1515

1616
# Enable serial port
1717
CONFIG_UART_PL011=y
18-
CONFIG_UART_PL011_PORT0=y
1918
CONFIG_UART_INTERRUPT_DRIVEN=y

boards/arm64/qemu_cortex_a53/qemu_cortex_a53_smp_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ CONFIG_PM_CPU_OPS_PSCI=y
1616

1717
# Enable serial port
1818
CONFIG_UART_PL011=y
19-
CONFIG_UART_PL011_PORT0=y
2019
CONFIG_UART_INTERRUPT_DRIVEN=y
2120

2221
CONFIG_SMP=y

boards/arm64/qemu_cortex_a53/qemu_cortex_a53_xip_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,4 @@ CONFIG_UART_CONSOLE=y
1818

1919
# Enable serial port
2020
CONFIG_UART_PL011=y
21-
CONFIG_UART_PL011_PORT0=y
2221
CONFIG_UART_INTERRUPT_DRIVEN=y

0 commit comments

Comments
 (0)