OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SPL_EXPORT
(Results
1 - 2
of
2
) sorted by null
/external/u-boot/include/
cmd_spl.h
8
#define
SPL_EXPORT
(0x00000001)
/external/u-boot/cmd/
spl.c
102
static int
spl_export
(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
function
144
U_BOOT_CMD_MKENT(export, 0, 1, (void *)
SPL_EXPORT
, "", ""),
159
case
SPL_EXPORT
:
162
if (
spl_export
(cmdtp, flag, argc, argv))
Completed in 111 milliseconds