Loading...
// SPDX-License-Identifier: GPL-2.0+
/*
 * Copyright 2020 Google LLC
 */

#include <init.h>

int dram_init(void)
{
	return 0;
}