Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
a375ff8e14bea0a5cbfff99d6456aa8d9a3320ab
/
.
/
arch
/
sandbox
/
include
/
asm
/
spl.h
blob: eb3cb569160d3eddc6338f3b2a1d3381ac775838 [
file
] [
log
] [
blame
]
/*
* 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