Searched refs:CONFIG_SYS_BOARD (Results 1 – 22 of 22) sorted by relevance
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | env_default.h | 99 #ifdef CONFIG_SYS_BOARD 100 "board=" CONFIG_SYS_BOARD "\0" 101 "board_name=" CONFIG_SYS_BOARD "\0"
|
| /OK3568_Linux_fs/u-boot/include/configs/ |
| H A D | odroid_xu3.h | 99 #undef CONFIG_SYS_BOARD 100 #define CONFIG_SYS_BOARD "odroid" macro
|
| H A D | socfpga_common.h | 65 #define CONFIG_SYS_HOSTNAME CONFIG_SYS_BOARD
|
| /OK3568_Linux_fs/u-boot/arch/ |
| H A D | Kconfig | 167 If CONFIG_SYS_BOARD is also set, the sources under 168 board/<CONFIG_SYS_VENDOR>/<CONFIG_SYS_BOARD> directory are compiled. 177 If it is set, either board/<CONFIG_SYS_VENDOR>/<CONFIG_SYS_BOARD> 178 or board/<CONFIG_SYS_BOARD> directory is compiled depending on
|
| /OK3568_Linux_fs/u-boot/board/samsung/common/ |
| H A D | misc.c | 97 const char *bdname = CONFIG_SYS_BOARD; in set_board_info() 233 #ifdef CONFIG_SYS_BOARD in display_board_info() 234 lcd_printf("\tBoard name: %s\n", CONFIG_SYS_BOARD); in display_board_info()
|
| /OK3568_Linux_fs/u-boot/board/AndesTech/adp-ag101p/ |
| H A D | adp-ag101p.c | 32 printf("Board: %s\n" , CONFIG_SYS_BOARD); in board_init()
|
| /OK3568_Linux_fs/u-boot/board/AndesTech/adp-ae3xx/ |
| H A D | adp-ae3xx.c | 28 printf("Board: %s\n" , CONFIG_SYS_BOARD); in board_init()
|
| /OK3568_Linux_fs/u-boot/ |
| H A D | config.mk | 32 BOARD := $(CONFIG_SYS_BOARD:"%"=%)
|
| H A D | u-boot.cfg.configs | |
| H A D | u-boot.cfg | |
| H A D | .config | |
| H A D | README | 2342 - CONFIG_SYS_BOARD
|
| /OK3568_Linux_fs/u-boot/configs/ |
| H A D | bitmain_antminer_s9_defconfig | 3 CONFIG_SYS_BOARD="antminer_s9"
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.kconfig | 100 Board -> CONFIG_SYS_BOARD defined by Kconfig 117 Define CONFIG_SYS_BOARD="board" to compile board/<board>/*
|
| /OK3568_Linux_fs/u-boot/board/bachmann/ot1200/ |
| H A D | ot1200.c | 339 puts("Board: "CONFIG_SYS_BOARD"\n"); in checkboard()
|
| /OK3568_Linux_fs/u-boot/include/generated/ |
| H A D | autoconf.h | |
| /OK3568_Linux_fs/u-boot/arch/x86/lib/ |
| H A D | mpspec.c | 64 table_fill_string(mc->mpc_product, CONFIG_SYS_BOARD, 12, ' '); in mp_config_table_init()
|
| /OK3568_Linux_fs/u-boot/include/config/ |
| H A D | auto.conf | |
| /OK3568_Linux_fs/u-boot/spl/ |
| H A D | u-boot.cfg | |
| /OK3568_Linux_fs/u-boot/tpl/ |
| H A D | u-boot.cfg | |
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | Kconfig | 349 Change this to override the default one (CONFIG_SYS_BOARD).
|
| /OK3568_Linux_fs/u-boot/drivers/usb/gadget/ |
| H A D | f_fastboot.c | 668 fb_add_string(response, chars_left, CONFIG_SYS_BOARD, NULL); in fb_read_var()
|