blob: 3ae6707593e57bf3a738af7f227655e711644014 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001// SPDX-License-Identifier: GPL-2.0+
Simon Glass750c4822016-07-04 11:58:01 -06002/*
3 * Copyright (c) 2016 Google, Inc
4 * Written by Simon Glass <sjg@chromium.org>
Simon Glass750c4822016-07-04 11:58:01 -06005 */
6
7#include <common.h>
8#include <dm.h>
9#include <dt-structs.h>
10
Simon Glass750c4822016-07-04 11:58:01 -060011U_BOOT_DRIVER(sandbox_spl_test) = {
12 .name = "sandbox_spl_test",
13 .id = UCLASS_MISC,
14 .flags = DM_FLAG_PRE_RELOC,
Simon Glass750c4822016-07-04 11:58:01 -060015};