Searched refs:TYPE_LK (Results 1 – 4 of 4) sorted by relevance
/lk-master/lib/bootimage/include/lib/ |
A D | bootimage_struct.h | 60 #define TYPE_LK 0x6b6c6b6c // 'lklk' macro
|
/lk-master/app/moot/ |
A D | fsboot.c | 94 retcode = bootimage_get_file_section(bi, TYPE_LK, &imgptr, &imglen); in attempt_fs_boot()
|
/lk-master/tools/ |
A D | mkimage.c | 24 { "lk", KIND_FILE, TYPE_LK },
|
/lk-master/app/lkboot/ |
A D | commands.c | 138 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