blob: 51e9d95d557ec17fff180ec797503f1f2bfcd473 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Simon Glasse961a662016-07-04 11:57:51 -06002/*
3 * Copyright (c) 2016 Google, Inc
Simon Glasse961a662016-07-04 11:57:51 -06004 */
5
6#ifndef __asm_spl_h
7#define __asm_spl_h
8
9#define CONFIG_SPL_BOARD_LOAD_IMAGE
10
Simon Glasse961a662016-07-04 11:57:51 -060011enum {
12 BOOT_DEVICE_BOARD,
13};
14
15#endif