Home
last modified time | relevance | path

Searched refs:string_pool (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/tools/
H A Dmksunxiboot.c155 if (strlen(default_dt) + 1 <= sizeof(img.header.string_pool)) { in main()
156 strcpy((char *)img.header.string_pool, default_dt); in main()
159 string_pool)); in main()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-sunxi/
H A Dspl.h72 uint32_t string_pool[13]; member