Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
a40f35f0691f862d527ed75329773a24369a5b7e
/
.
/
arch
/
arm
/
mach-k3
/
j721s2_fdt.c
blob: 652fe8d32bbb36a23900a980a006dd9a1f786677 [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0-or-later
/*
* Copyright 2023 Toradex - https://www.toradex.com/
*/
#include
"common_fdt.h"
#include
<fdt_support.h>
int
ft_system_setup
(
void
*
blob
,
struct
bd_info
*
bd
)
{
return
fdt_fixup_msmc_ram_k3
(
blob
);
}