mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-28 01:28:59 +00:00
13 lines
191 B
Makefile
13 lines
191 B
Makefile
|
# SPDX-License-Identifier: GPL-2.0-only
|
||
|
#
|
||
|
# Copyright (C) 2024 Bootlin
|
||
|
#
|
||
|
|
||
|
BOARDNAME:=STM32MP1 boards
|
||
|
ARCH:=arm
|
||
|
CPU_TYPE:=cortex-a7
|
||
|
CPU_SUBTYPE=neon-vfpv4
|
||
|
FEATURES+=fpu
|
||
|
KERNEL_IMAGES:=zImage
|
||
|
|