]>
Commit | Line | Data |
---|---|---|
4a327e83 NA |
1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
2 | /* | |
3 | * Configuration for LibreTech AC | |
4 | * | |
5 | * Copyright (C) 2017 Baylibre, SAS | |
6 | * Author: Neil Armstrong <[email protected]> | |
7 | */ | |
8 | ||
9 | #ifndef __CONFIG_H | |
10 | #define __CONFIG_H | |
11 | ||
4a327e83 NA |
12 | #define BOOT_TARGET_DEVICES(func) \ |
13 | func(ROMUSB, romusb, na) \ | |
14 | func(MMC, mmc, 0) \ | |
15 | BOOT_TARGET_DEVICES_USB(func) \ | |
16 | func(PXE, pxe, na) \ | |
17 | func(DHCP, dhcp, na) | |
18 | ||
19 | #include <configs/meson64.h> | |
20 | ||
21 | #endif /* __CONFIG_H */ |