1 // SPDX-License-Identifier: GPL-2.0+
3 * Copyright (c) 2016 Google, Inc
8 #include <dt-structs.h>
10 static const struct udevice_id sandbox_spl_ids[] = {
11 { .compatible = "sandbox,spl-test", },
15 U_BOOT_DRIVER(sandbox_spl_test) = {
16 .name = "sandbox_spl_test",
18 .of_match = sandbox_spl_ids,
19 .flags = DM_FLAG_PRE_RELOC,