summaryrefslogtreecommitdiff
path: root/include/configs/sandbox_spl.h
blob: f53688268ea0b29fac7cd5007b0b434fa7051f17 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0+ */
/*
 * Copyright (c) 2016 Google, Inc
 */

#ifndef __SANDBOX_SPL_CONFIG_H
#define __SANDBOX_SPL_CONFIG_H

#include <configs/sandbox.h>

#endif