diff options
author | Angelo Dureghello <angelo@sysam.it> | 2017-08-20 00:01:55 +0200 |
---|---|---|
committer | Angelo Dureghello <angelo@sysam.it> | 2018-01-23 23:47:02 +0100 |
commit | b9153fe3088a4ea295d6cd23dd44bed51224679a (patch) | |
tree | ade7049b0c4c8b2d18f3a97adf70c1e331dd20a5 /common/Kconfig | |
parent | c761a7e29d703d60208585bb7d8415e00aa22556 (diff) |
common/board_f.c: align m68k arch to use CONFIG_DISPLAY_CPUINFO
Change all coldfire arch files to use CONFIG_DISPLAY_CPUINFO.
Signed-off-by: Angelo Dureghello <angelo@sysam.it>
Reviewed-by: Tom Rini <trini@konsulko.com>
---
Changes for v2:
- update common/Kconfig to add M68K to the default y list
Diffstat (limited to 'common/Kconfig')
-rw-r--r-- | common/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Kconfig b/common/Kconfig index 4da095a4fd..21e067c858 100644 --- a/common/Kconfig +++ b/common/Kconfig @@ -533,7 +533,7 @@ config BOARD_LATE_INIT config DISPLAY_CPUINFO bool "Display information about the CPU during start up" - default y if ARM || NIOS2 || X86 || XTENSA + default y if 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 |