Initial commit
This commit is contained in:
11
target/linux/sunxi/cortexa7/config-default
Normal file
11
target/linux/sunxi/cortexa7/config-default
Normal file
@@ -0,0 +1,11 @@
|
||||
CONFIG_DWMAC_SUN8I=y
|
||||
CONFIG_HARDEN_BRANCH_PREDICTOR=y
|
||||
# CONFIG_MACH_SUN4I is not set
|
||||
# CONFIG_MACH_SUN5I is not set
|
||||
# CONFIG_PINCTRL_GR8 is not set
|
||||
CONFIG_PINCTRL_SUN4I_A10=y
|
||||
# CONFIG_PINCTRL_SUN5I_A10S is not set
|
||||
# CONFIG_PINCTRL_SUN5I_A13 is not set
|
||||
CONFIG_MDIO_BUS_MUX=y
|
||||
# CONFIG_PINCTRL_SUN5I is not set
|
||||
# CONFIG_SUN4I_A10_CCU is not set
|
||||
12
target/linux/sunxi/cortexa7/target.mk
Normal file
12
target/linux/sunxi/cortexa7/target.mk
Normal file
@@ -0,0 +1,12 @@
|
||||
#
|
||||
# Copyright (C) 2017 Hauke Mehrtens
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v2.
|
||||
# See /LICENSE for more information.
|
||||
#
|
||||
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
BOARDNAME:=Allwinner A20/A3x
|
||||
CPU_TYPE:=cortex-a7
|
||||
CPU_SUBTYPE:=neon-vfpv4
|
||||
Reference in New Issue
Block a user