uboot/u-boot-stm32mp-2020.01/arch/arm/mach-uniphier/dram/umc-pro5.c

12 lines
184 B
C
Raw Permalink Normal View History

2024-01-10 06:52:34 +00:00
// SPDX-License-Identifier: GPL-2.0+
/*
* Copyright (C) 2016 Socionext Inc.
*/
#include "../init.h"
int uniphier_pro5_umc_init(const struct uniphier_board_data *bd)
{
return 0;
}