diff options
Diffstat (limited to 'roms/u-boot/include/configs/sandbox_spl.h')
-rw-r--r-- | roms/u-boot/include/configs/sandbox_spl.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/roms/u-boot/include/configs/sandbox_spl.h b/roms/u-boot/include/configs/sandbox_spl.h new file mode 100644 index 000000000..f53688268 --- /dev/null +++ b/roms/u-boot/include/configs/sandbox_spl.h @@ -0,0 +1,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 |