Home
last modified time | relevance | path

Searched refs:CONFIG_SYS_BOARD (Results 1 – 14 of 14) sorted by relevance

/external/u-boot/include/
Denv_default.h96 #ifdef CONFIG_SYS_BOARD
97 "board=" CONFIG_SYS_BOARD "\0"
98 "board_name=" CONFIG_SYS_BOARD "\0"
/external/u-boot/include/configs/
Dodroid_xu3.h94 #undef CONFIG_SYS_BOARD
95 #define CONFIG_SYS_BOARD "odroid" macro
Dsocfpga_common.h50 #define CONFIG_SYS_HOSTNAME CONFIG_SYS_BOARD
/external/u-boot/arch/
DKconfig171 If CONFIG_SYS_BOARD is also set, the sources under
172 board/<CONFIG_SYS_VENDOR>/<CONFIG_SYS_BOARD> directory are compiled.
181 If it is set, either board/<CONFIG_SYS_VENDOR>/<CONFIG_SYS_BOARD>
182 or board/<CONFIG_SYS_BOARD> directory is compiled depending on
/external/u-boot/board/samsung/common/
Dmisc.c96 const char *bdname = CONFIG_SYS_BOARD; in set_board_info()
232 #ifdef CONFIG_SYS_BOARD in display_board_info()
233 lcd_printf("\tBoard name: %s\n", CONFIG_SYS_BOARD); in display_board_info()
/external/u-boot/board/AndesTech/adp-ae3xx/
Dadp-ae3xx.c27 printf("Board: %s\n" , CONFIG_SYS_BOARD); in board_init()
/external/u-boot/board/AndesTech/adp-ag101p/
Dadp-ag101p.c30 printf("Board: %s\n" , CONFIG_SYS_BOARD); in board_init()
/external/u-boot/
Dconfig.mk30 BOARD := $(CONFIG_SYS_BOARD:"%"=%)
DKconfig103 - CONFIG_SYS_BOARD
/external/u-boot/configs/
Dbitmain_antminer_s9_defconfig3 CONFIG_SYS_BOARD="antminer_s9"
/external/u-boot/doc/
DREADME.kconfig100 Board -> CONFIG_SYS_BOARD defined by Kconfig
117 Define CONFIG_SYS_BOARD="board" to compile board/<board>/*
/external/u-boot/board/bachmann/ot1200/
Dot1200.c338 puts("Board: "CONFIG_SYS_BOARD"\n"); in checkboard()
/external/u-boot/arch/x86/lib/
Dmpspec.c63 table_fill_string(mc->mpc_product, CONFIG_SYS_BOARD, 12, ' '); in mp_config_table_init()
/external/u-boot/lib/
DKconfig372 Change this to override the default one (CONFIG_SYS_BOARD).