Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
a15e47fd9d574adaa666bccf66fbc1495694eb3f
/
.
/
arch
/
arm
/
mach-k3
/
am65x
/
am654_fdt.c
blob: bcb15208be921a1633d74e25dbba54fb93ea58eb [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0-or-later
/*
* Copyright 2023 Toradex - https://www.toradex.com/
*/
#include
<fdt_support.h>
#include
"../common_fdt.h"
int
ft_system_setup
(
void
*
blob
,
struct
bd_info
*
bd
)
{
return
fdt_fixup_msmc_ram_k3
(
blob
);
}