]> Git Repo - J-u-boot.git/blame - board/intel/bayleybay/dsdt.asl
arm: mach-omap2: cache: Explicitly enable I cache
[J-u-boot.git] / board / intel / bayleybay / dsdt.asl
CommitLineData
ad3098f7
BM
1/*
2 * Copyright (C) 2016, Bin Meng <[email protected]>
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}
This page took 0.182121 seconds and 4 git commands to generate.