mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2024-11-08 22:38:22 +01:00
d5461fdab9
- Added a "olinuxino-a20lime" machine configuration Signed-off-by: Christian Ege <k4230r6@gmail.com>
17 lines
548 B
Plaintext
17 lines
548 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: Olimex A20-OLinuXino Lime (4GB) Board
|
|
#@DESCRIPTION: Machine configuration for the Olimex A20-OLinuXino Lime Board, based on Allwinner A20 CPU
|
|
#https://github.com/OLIMEX/OLINUXINO
|
|
|
|
require conf/machine/include/tune-cortexa7.inc
|
|
require conf/machine/include/sunxi.inc
|
|
require conf/machine/include/sunxi-mali.inc
|
|
|
|
UBOOT_MACHINE = "A20-OLinuXino-Lime_config"
|
|
UBOOT_ENTRYPOINT = "0x40008000"
|
|
UBOOT_LOADADDRESS = "0x40008000"
|
|
|
|
SERIAL_CONSOLE = "115200 ttyS0"
|
|
|
|
MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa"
|