Sign in
◑
Theme
third-party-mirror
/
u-boot
/
e1561ac2de16525a5952f8239c6477cda2cd9212
/
.
/
tools
/
binman
/
test
/
u_boot_binman_embed_sm.c
blob: ae245d78a6a09863405c91527d0f87947e2d801b [
file
]
// 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
[
16
];
int
main
(
void
)
{
return
0
;
}