Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
e8b8c2085c3eabf6b5e8764dceda02cfc2d08b2f
/
.
/
arch
/
sandbox
/
include
/
asm
/
spl.h
blob: 51e9d95d557ec17fff180ec797503f1f2bfcd473 [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: GPL-2.0+ */
/*
* Copyright (c) 2016 Google, Inc
*/
#ifndef
__asm_spl_h
#define
__asm_spl_h
#define
CONFIG_SPL_BOARD_LOAD_IMAGE
enum
{
BOOT_DEVICE_BOARD
,
};
#endif