Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
15432ea611e637872afd743e0261c087ccd5768a
/
.
/
arch
/
arm
/
mach-k3
/
common_fdt.h
blob: 46c3dc5e11973acee6d42143fdd7629cc69ef911 [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
* Copyright 2023 Toradex - https://www.toradex.com/
*/
#ifndef
_COMMON_FDT_H
#define
_COMMON_FDT_H
int
fdt_fixup_msmc_ram_k3
(
void
*
blob
);
#endif
/* _COMMON_FDT_H */