// SPDX-License-Identifier: GPL-2.0 /* * (C) Copyright 2022 Rockchip Electronics Co., Ltd. */ #include int sdram_init(void) { return (-1); }