]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
fix DISPLAY_CPUINFO
authorDuje Mihanović <duje.mihanovic@skole.hr>
Wed, 25 Dec 2024 14:16:17 +0000 (15:16 +0100)
committerDuje Mihanović <duje.mihanovic@skole.hr>
Wed, 25 Dec 2024 14:16:17 +0000 (15:16 +0100)
arch/arm/dts/pxa1908.dtsi
configs/coreprimevelte_defconfig

index 8aeb40436b7018e996fd7f86c03cd3201a5aec53..dc716ed4615dfe0165cf73c5f19489ee1a2bfaa4 100644 (file)
 
                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";
                };
index 85ca3b1f8d1c9ebb64b15fbe21c3bbf86c988fec..b4a2c679e2a0fa5674a674023c719ffe0f7ba12a 100644 (file)
@@ -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