kernel: move devicetree to machine files, include in sd-card

Move device tree configuration to machine files. Check for device tree
in sd card creation and include device tree file in first partition.

Signed-off-by: Jens Lucius <info@jenslucius.com>
This commit is contained in:
Jens Lucius
2015-06-10 22:01:18 +02:00
parent 38edd14b04
commit b10c844cb2
14 changed files with 41 additions and 15 deletions

View File

@@ -13,6 +13,8 @@ UBOOT_MACHINE = "Bananapi_config"
UBOOT_ENTRYPOINT = "0x40008000"
UBOOT_LOADADDRESS = "0x40008000"
KERNEL_DEVICETREE = "sun7i-a20-bananapi.dtb"
SERIAL_CONSOLE = "115200 ttyS0"
MACHINE_FEATURES = "screen apm usbgadget usbhost vfat"