1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-07 03:32:20 +02:00
Files
u-boot-megous/tools/binman/test/43_intel-cmc.dts
Simon Glass da22909073 binman: Add support for building x86 images with FSP/CMC
Add support for two more from the inexhaustible supply of x86 binary blob
types.

Signed-off-by: Simon Glass <sjg@chromium.org>
Tested-by: Bin Meng <bmeng.cn@gmail.com>
2016-12-20 08:09:55 +13:00

14 lines
111 B
Plaintext

/dts-v1/;
/ {
#address-cells = <1>;
#size-cells = <1>;
binman {
size = <16>;
intel-cmc {
};
};
};