mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2024-11-08 14:28:22 +01:00
17 lines
493 B
Plaintext
17 lines
493 B
Plaintext
|
#@TYPE: Machine
|
||
|
#@NAME: Forfun Q88DB
|
||
|
#@DESCRIPTION: Machine configuration for the Forfun Q88DB Tablet with A13 CPU
|
||
|
#http://linux-sunxi.org/Forfun_Q88DB
|
||
|
|
||
|
require conf/machine/include/tune-cortexa8.inc
|
||
|
require conf/machine/include/sunxi.inc
|
||
|
require conf/machine/include/sunxi-mali.inc
|
||
|
|
||
|
UBOOT_MACHINE = "forfun_q88db_defconfig"
|
||
|
UBOOT_ENTRYPOINT = "0x40008000"
|
||
|
UBOOT_LOADADDRESS = "0x40008000"
|
||
|
|
||
|
SERIAL_CONSOLE = "115200 ttyS0"
|
||
|
|
||
|
MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa"
|