Emanuele Ghidoli | 7b7288d | 2023-07-14 17:23:08 +0200 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0-or-later |
2 | /* | ||||
3 | * Copyright 2023 Toradex - https://www.toradex.com/ | ||||
4 | */ | ||||
5 | |||||
6 | #include "common_fdt.h" | ||||
7 | #include <fdt_support.h> | ||||
8 | |||||
9 | int ft_system_setup(void *blob, struct bd_info *bd) | ||||
10 | { | ||||
11 | return fdt_fixup_msmc_ram_k3(blob); | ||||
12 | } |