Searched refs:board_string (Results 1 – 10 of 10) sorted by relevance
/u-boot/arch/arm/include/asm/arch-omap4/ |
A D | sys_proto.h | 38 char *board_string; member
|
/u-boot/arch/arm/include/asm/arch-omap3/ |
A D | sys_proto.h | 14 char *board_string; member
|
/u-boot/arch/arm/include/asm/arch-omap5/ |
A D | sys_proto.h | 42 char *board_string; member
|
/u-boot/board/lg/sniper/ |
A D | sniper.c | 30 .board_string = "sniper",
|
/u-boot/board/amazon/kc1/ |
A D | kc1.c | 28 .board_string = "kc1"
|
/u-boot/board/udoo/neo/ |
A D | neo.c | 420 static char *board_string(void) in board_string() function 437 printf("Board: UDOO Neo %s\n", board_string()); in checkboard() 444 env_set("board_name", board_string()); in board_late_init()
|
/u-boot/arch/arm/mach-omap2/ |
A D | hwinit-common.c | 337 puts(sysinfo.board_string); in checkboard()
|
/u-boot/arch/arm/mach-omap2/omap3/ |
A D | board.c | 349 printf("%s + %s/%s\n", sysinfo.board_string, mem_s, in checkboard()
|
/u-boot/board/ti/dra7xx/ |
A D | evm.c | 758 snprintf(sysinfo.board_string, SYSINFO_BOARD_NAME_MAX_LEN, in do_board_detect()
|
/u-boot/board/ti/am57xx/ |
A D | board.c | 578 snprintf(sysinfo.board_string, SYSINFO_BOARD_NAME_MAX_LEN, in do_board_detect()
|
Completed in 12 milliseconds