mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2024-11-08 14:28:22 +01:00
dc03e94587
The latest revision of U-Boot requires changing the U-Boot machine names for olimex based boards, as these were changed in U-Boot. U-Boot tested on Olimex A20 Olinuxino Signed-off-by: Jens Lucius <info@jenslucius.com>
17 lines
515 B
Plaintext
17 lines
515 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: Olimex A20-SOM
|
|
#@DESCRIPTION: Machine configuration for the Olimex A20-SOM Evaluation Board, based on Allwinner A20 CPU
|
|
#https://github.com/OLIMEX/SOM
|
|
|
|
require conf/machine/include/tune-cortexa7.inc
|
|
require conf/machine/include/sunxi.inc
|
|
require conf/machine/include/sunxi-mali.inc
|
|
|
|
UBOOT_MACHINE = "Olimex_A20-SOM_config"
|
|
UBOOT_ENTRYPOINT = "0x40008000"
|
|
UBOOT_LOADADDRESS = "0x40008000"
|
|
|
|
SERIAL_CONSOLE = "115200 ttyS0"
|
|
|
|
MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa"
|