Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
1e4ffd8f0ed4af0ce96dfc0d43a7ef547ba23018
/
.
/
tools
/
binman
/
test
/
u_boot_binman_embed.c
blob: 75874bb6e23917b933fbd3d35a91e9cc07235fc0 [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0+
/*
* Copyright 2021 Google LLC
*
* Simple program to embed a devicetree. This is used by binman tests.
*/
int
__attribute__
((
section
(
".mydtb"
)))
dtb_data
[
4096
];
int
main
(
void
)
{
return
0
;
}