diff options
author | Alexander Couzens <lynxis@fe80.eu> | 2017-04-18 19:58:20 +0200 |
---|---|---|
committer | Alexander Couzens <lynxis@fe80.eu> | 2017-04-24 18:03:31 +0200 |
commit | 72fdea244f1accf5198569e081f5b97dc49ce9e7 (patch) | |
tree | 36e4799e5ae7299838e1b0a1997520c40d3a12c0 /target | |
parent | d2bad25b7cd120f7813e3b0f25f934bb4cfe32ce (diff) | |
download | upstream-72fdea244f1accf5198569e081f5b97dc49ce9e7.tar.gz upstream-72fdea244f1accf5198569e081f5b97dc49ce9e7.tar.bz2 upstream-72fdea244f1accf5198569e081f5b97dc49ce9e7.zip |
omap: correct CPU_TYPE: omaps are cortext-a8
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/omap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/omap/Makefile b/target/linux/omap/Makefile index 91b9d9b20a..f58197fdc9 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 |