// SPDX-License-Identifier: GPL-2.0+ /* * Copyright 2020 Google LLC */ #include #include int dram_init(void) { return 0; }