blob: f53688268ea0b29fac7cd5007b0b434fa7051f17 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Simon Glass9ca517d2016-07-04 11:57:54 -06002/*
3 * Copyright (c) 2016 Google, Inc
Simon Glass9ca517d2016-07-04 11:57:54 -06004 */
5
6#ifndef __SANDBOX_SPL_CONFIG_H
7#define __SANDBOX_SPL_CONFIG_H
8
9#include <configs/sandbox.h>
10
Simon Glass9ca517d2016-07-04 11:57:54 -060011#endif