[source] omap: correct CPU_TYPE: omaps are cortext-a8
LEDE Commits
lede-commits at lists.infradead.org
Mon Apr 24 09:08:28 PDT 2017
lynxis pushed a commit to source.git, branch master:
https://git.lede-project.org/72fdea244f1accf5198569e081f5b97dc49ce9e7
commit 72fdea244f1accf5198569e081f5b97dc49ce9e7
Author: Alexander Couzens <lynxis at fe80.eu>
AuthorDate: Tue Apr 18 19:58:20 2017 +0200
omap: correct CPU_TYPE: omaps are cortext-a8
Signed-off-by: Alexander Couzens <lynxis at fe80.eu>
---
target/linux/omap/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/omap/Makefile b/target/linux/omap/Makefile
index 91b9d9b..f58197f 100644
--- a/target/linux/omap/Makefile
+++ b/target/linux/omap/Makefile
@@ -10,7 +10,7 @@ ARCH:=arm
BOARD:=omap
BOARDNAME:=TI OMAP3/4/AM33xx
FEATURES:=usb usbgadget ext4 targz fpu audio display nand ubifs
-CPU_TYPE:=cortex-a9
+CPU_TYPE:=cortex-a8
CPU_SUBTYPE:=vfpv3
KERNEL_PATCHVER:=4.4
More information about the lede-commits
mailing list