mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-16 23:07:00 +00:00
Correct SPL use of DISPLAY_CPUINFO
This converts 1 usage of this option to the non-SPL form, since there is no SPL_DISPLAY_CPUINFO defined in Kconfig Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
43512276da
commit
f27a545b8f
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ char *get_reset_cause(void)
|
|||
return cause;
|
||||
}
|
||||
|
||||
#if CONFIG_IS_ENABLED(DISPLAY_CPUINFO)
|
||||
#if IS_ENABLED(CONFIG_DISPLAY_CPUINFO)
|
||||
int print_cpuinfo(void)
|
||||
{
|
||||
char *cause = get_reset_cause();
|
||||
|
|
Loading…
Add table
Reference in a new issue