diff options
| author | Lokesh Vutla <[email protected]> | 2015-07-28 14:16:42 +0530 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2015-08-12 20:47:51 -0400 |
| commit | aeabe652bbfd1ed11e0e0eebb46812afdb2e9401 (patch) | |
| tree | f5a468cee474a76424575aa8179c39e5f9649bf3 /include | |
| parent | cfe5f0cda0f39fe833233fdffbac127fd7b3db4e (diff) | |
ARM: keystone2: Enable CONFIG_DISPLAY_CPUINFO
Add print_cpuinfo() function and enable
CONFIG_DISPLAY_CPUINFO for keystone platforms,
so that cpu info can be displayed during boot.
Reviewed-by: Tom Rini <[email protected]>
Reviewed-by: Vitaly Andrianov <[email protected]>
Signed-off-by: Lokesh Vutla <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/ti_armv7_keystone2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/ti_armv7_keystone2.h b/include/configs/ti_armv7_keystone2.h index af89f7090f9..4e69ab288e7 100644 --- a/include/configs/ti_armv7_keystone2.h +++ b/include/configs/ti_armv7_keystone2.h @@ -15,6 +15,7 @@ /* U-Boot Build Configuration */ #define CONFIG_SKIP_LOWLEVEL_INIT /* U-Boot is a 2nd stage loader */ #define CONFIG_BOARD_EARLY_INIT_F +#define CONFIG_DISPLAY_CPUINFO /* SoC Configuration */ #define CONFIG_ARCH_CPU_INIT |
