Simon Glass | e961a66 | 2016-07-04 11:57:51 -0600 | [diff] [blame] | 1 | /* |
2 | * Copyright (c) 2016 Google, Inc | ||||
3 | * SPDX-License-Identifier: GPL-2.0+ | ||||
4 | */ | ||||
5 | |||||
6 | #ifndef __asm_spl_h | ||||
7 | #define __asm_spl_h | ||||
8 | |||||
9 | #define CONFIG_SPL_BOARD_LOAD_IMAGE | ||||
10 | |||||
Simon Glass | e961a66 | 2016-07-04 11:57:51 -0600 | [diff] [blame] | 11 | enum { |
12 | BOOT_DEVICE_BOARD, | ||||
13 | }; | ||||
14 | |||||
15 | #endif |