mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 22:51:37 +00:00
16 lines
195 B
C
16 lines
195 B
C
|
/*
|
||
|
* Copyright (c) 2016 Google, Inc
|
||
|
* SPDX-License-Identifier: GPL-2.0+
|
||
|
*/
|
||
|
|
||
|
#ifndef __asm_spl_h
|
||
|
#define __asm_spl_h
|
||
|
|
||
|
#define CONFIG_SPL_BOARD_LOAD_IMAGE
|
||
|
|
||
|
enum {
|
||
|
BOOT_DEVICE_BOARD,
|
||
|
};
|
||
|
|
||
|
#endif
|