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

#ifndef __SANDBOX_SPL_CONFIG_H
#define __SANDBOX_SPL_CONFIG_H

#include <configs/sandbox.h>

#define CONFIG_SPL_FRAMEWORK

#endif