omap: correct CPU_TYPE: omaps are cortext-a8
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
This commit is contained in:
parent
d2bad25b7c
commit
72fdea244f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue