Home
last modified time | relevance | path

Searched refs:TYPE_LK (Results 1 – 4 of 4) sorted by relevance

/lk-master/lib/bootimage/include/lib/
A Dbootimage_struct.h60 #define TYPE_LK 0x6b6c6b6c // 'lklk' macro
/lk-master/app/moot/
A Dfsboot.c94 retcode = bootimage_get_file_section(bi, TYPE_LK, &imgptr, &imglen); in attempt_fs_boot()
/lk-master/tools/
A Dmkimage.c24 { "lk", KIND_FILE, TYPE_LK },
/lk-master/app/lkboot/
A Dcommands.c138 if (bootimage_get_file_section(bi, TYPE_LK, &ptr, NULL) >= 0) { in do_boot()
236 if (bootimage_get_file_section(bi, TYPE_LK, &ptr, &len) >= 0) { in do_flash_boot()

Completed in 4 milliseconds