From: Duje Mihanović Date: Wed, 25 Dec 2024 14:16:17 +0000 (+0100) Subject: fix DISPLAY_CPUINFO X-Git-Url: http://git.dujemihanovic.xyz/posts?a=commitdiff_plain;h=3657ce7f82fa09705f470cddd8fb287fabe31d92;p=u-boot.git fix DISPLAY_CPUINFO --- diff --git a/arch/arm/dts/pxa1908.dtsi b/arch/arm/dts/pxa1908.dtsi index 8aeb40436b..dc716ed461 100644 --- a/arch/arm/dts/pxa1908.dtsi +++ b/arch/arm/dts/pxa1908.dtsi @@ -17,28 +17,28 @@ cpu0: cpu@0 { device_type = "cpu"; - compatible = "arm,cortex-a53"; + compatible = "arm,cortex-a53", "arm,armv8"; reg = <0 0>; enable-method = "psci"; }; cpu1: cpu@1 { device_type = "cpu"; - compatible = "arm,cortex-a53"; + compatible = "arm,cortex-a53", "arm,armv8"; reg = <0 1>; enable-method = "psci"; }; cpu2: cpu@2 { device_type = "cpu"; - compatible = "arm,cortex-a53"; + compatible = "arm,cortex-a53", "arm,armv8"; reg = <0 2>; enable-method = "psci"; }; cpu3: cpu@3 { device_type = "cpu"; - compatible = "arm,cortex-a53"; + compatible = "arm,cortex-a53", "arm,armv8"; reg = <0 3>; enable-method = "psci"; }; diff --git a/configs/coreprimevelte_defconfig b/configs/coreprimevelte_defconfig index 85ca3b1f8d..b4a2c679e2 100644 --- a/configs/coreprimevelte_defconfig +++ b/configs/coreprimevelte_defconfig @@ -18,7 +18,6 @@ CONFIG_LOG_MAX_LEVEL=8 CONFIG_LOGF_FILE=y CONFIG_LOGF_LINE=y CONFIG_LOGF_FUNC=y -# CONFIG_DISPLAY_CPUINFO is not set CONFIG_OF_BOARD=y CONFIG_NO_NET=y CONFIG_CLK=y