[linux-yocto] [PATCH 1/2] ti-am335x: correct the arch 64-bit to 32-bit
Jun Miao
jun.miao at windriver.com
Sun Sep 15 23:24:52 PDT 2019
am335x SoC is 32-Bit RISC Microprocessor.
Signed-off-by: Jun Miao <jun.miao at windriver.com>
---
bsp/ti-am335x/ti-am335x-standard.scc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bsp/ti-am335x/ti-am335x-standard.scc b/bsp/ti-am335x/ti-am335x-standard.scc
index d357a729..4753600c 100644
--- a/bsp/ti-am335x/ti-am335x-standard.scc
+++ b/bsp/ti-am335x/ti-am335x-standard.scc
@@ -1,6 +1,6 @@
define KMACHINE ti-am335x
define KTYPE standard
-define KARCH arm64
+define KARCH arm
include ktypes/standard/standard.scc
branch ti-am335x
--
2.22.0
More information about the linux-yocto
mailing list