diff mbox series

[U-Boot,v2,3/5] configs: j721e_evm_a72: Enable DISPLAY_CPUINFO

Message ID 20190927080215.2084-4-lokeshvutla@ti.com
State Accepted
Delegated to: Tom Rini
Headers show
Series arm: k3: Print cpu and board names during boot | expand

Commit Message

Lokesh Vutla Sept. 27, 2019, 8:02 a.m. UTC
Enable CONFIG_DISPLAY_CPUINFO so that cpuinfo is printed during boot.

Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
---
 configs/j721e_evm_a72_defconfig | 1 -
 1 file changed, 1 deletion(-)

Comments

Tom Rini Oct. 12, 2019, 8:27 p.m. UTC | #1
On Fri, Sep 27, 2019 at 01:32:13PM +0530, Lokesh Vutla wrote:

> Enable CONFIG_DISPLAY_CPUINFO so that cpuinfo is printed during boot.
> 
> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/configs/j721e_evm_a72_defconfig b/configs/j721e_evm_a72_defconfig
index 46667da36e..cc8f99d21d 100644
--- a/configs/j721e_evm_a72_defconfig
+++ b/configs/j721e_evm_a72_defconfig
@@ -20,7 +20,6 @@  CONFIG_DISTRO_DEFAULTS=y
 # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
 CONFIG_SPL_LOAD_FIT=y
 CONFIG_BOOTCOMMAND="run findfdt; run envboot; run init_${boot}; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern"
-# CONFIG_DISPLAY_CPUINFO is not set
 CONFIG_SPL_SYS_MALLOC_SIMPLE=y
 CONFIG_SPL_STACK_R=y
 CONFIG_SPL_SEPARATE_BSS=y