blob: 6042011acf3f9154855141ac9f6c8f204b6f87b6 [file] [log] [blame]
Bin Mengad3098f2016-05-07 07:46:33 -07001/*
2 * Copyright (C) 2016, Bin Meng <bmeng.cn@gmail.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6
7DefinitionBlock("dsdt.aml", "DSDT", 2, "U-BOOT", "U-BOOTBL", 0x00010000)
8{
9 /* platform specific */
10 #include <asm/arch/acpi/platform.asl>
11
12 /* board specific */
13 #include "acpi/mainboard.asl"
14}