aboutsummaryrefslogtreecommitdiff
path: root/common/Kconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2023-05-03 09:55:18 -0400
committerTom Rini <trini@konsulko.com>2023-05-03 09:55:18 -0400
commitc1ca16d94b4f97e7190ffd647d14bc0198eccbc7 (patch)
tree81c6c181c637b90265451a9366c6255d67d66516 /common/Kconfig
parent9f8bc303daeefcd6b27136f70e12e4d38197c91b (diff)
parentbb6ea0fe9290b4d64df8e716b58515b5325c2ea5 (diff)
downloadu-boot-WIP/03May2023.zip
u-boot-WIP/03May2023.tar.gz
u-boot-WIP/03May2023.tar.bz2
Merge tag 'u-boot-imx-20230503' of https://gitlab.denx.de/u-boot/custodians/u-boot-imxWIP/03May2023
u-boot-imx-20230503 ------------------- - Fixes for : pico-imx6ul, smegw01 - new boards: DMSSE20, Reform 2 - fix: get_boot_device, PLL video rate CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/16211
Diffstat (limited to 'common/Kconfig')
-rw-r--r--common/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Kconfig b/common/Kconfig
index f2783ee..6345d5c 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -559,7 +559,7 @@ config BOARD_TYPES
config DISPLAY_CPUINFO
bool "Display information about the CPU during start up"
- default y if ARC|| ARM || NIOS2 || X86 || XTENSA || M68K
+ default y if ARC || ARM || NIOS2 || X86 || XTENSA || M68K
help
Display information about the CPU that U-Boot is running on
when U-Boot starts up. The function print_cpuinfo() is called