diff options
author | Michal Simek <michal.simek@xilinx.com> | 2021-08-27 08:48:10 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-08-31 17:47:49 -0400 |
commit | b4c2c151b14b59a2403675526adf666710cade67 (patch) | |
tree | 5a77847b716b361589d1df4ddc77ed3c84f340da /board/toradex | |
parent | 7cfbba36e9f84312afe8cd6d12db4e9e9c1e04b5 (diff) | |
download | u-boot-b4c2c151b14b59a2403675526adf666710cade67.tar.gz u-boot-b4c2c151b14b59a2403675526adf666710cade67.tar.bz2 u-boot-b4c2c151b14b59a2403675526adf666710cade67.zip |
Kconfig: Remove all default n/no options
default n/no doesn't need to be specified. It is default option anyway.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
[trini: Rework FSP_USE_UPD portion]
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/toradex')
-rw-r--r-- | board/toradex/apalis_imx6/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/toradex/apalis_imx6/Kconfig b/board/toradex/apalis_imx6/Kconfig index 14f8c10c64..c6ff387351 100644 --- a/board/toradex/apalis_imx6/Kconfig +++ b/board/toradex/apalis_imx6/Kconfig @@ -48,7 +48,6 @@ config TDX_APALIS_IMX6_V1_0 This option configures DCE mode unconditionally. Whithout this option the config block stating V1.0 HW selects DCE mode, otherwise the UARTs are configuered in DTE mode. - default n source "board/toradex/common/Kconfig" |