mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2025-08-29 07:11:59 +02:00
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:
@@ -13,6 +13,8 @@ UBOOT_MACHINE = "Cubieboard_config"
|
||||
UBOOT_ENTRYPOINT = "0x40008000"
|
||||
UBOOT_LOADADDRESS = "0x40008000"
|
||||
|
||||
KERNEL_DEVICETREE = "sun4i-a10-cubieboard.dtb"
|
||||
|
||||
SERIAL_CONSOLE = "115200 ttyS0"
|
||||
|
||||
MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa"
|
||||
|
Reference in New Issue
Block a user