Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
George McCollister | 215099a | 2016-06-21 12:07:33 -0500 | [diff] [blame] | 2 | /* |
3 | * Copyright (C) 2016, Bin Meng <bmeng.cn@gmail.com> | ||||
George McCollister | 215099a | 2016-06-21 12:07:33 -0500 | [diff] [blame] | 4 | */ |
5 | |||||
6 | DefinitionBlock("dsdt.aml", "DSDT", 2, "U-BOOT", "U-BOOTBL", 0x00010000) | ||||
7 | { | ||||
8 | /* platform specific */ | ||||
9 | #include <asm/arch/acpi/platform.asl> | ||||
10 | |||||
11 | /* board specific */ | ||||
12 | #include "acpi/mainboard.asl" | ||||
13 | } |