HomeSort by relevance Sort by last modified time
    Searched refs:CONFIG_SYS_BOARD (Results 1 - 10 of 10) sorted by null

  /external/u-boot/include/configs/
odroid_xu3.h 94 #undef CONFIG_SYS_BOARD
95 #define CONFIG_SYS_BOARD "odroid"
socfpga_common.h 50 #define CONFIG_SYS_HOSTNAME CONFIG_SYS_BOARD
  /external/u-boot/include/
env_default.h 96 #ifdef CONFIG_SYS_BOARD
97 "board=" CONFIG_SYS_BOARD "\0"
98 "board_name=" CONFIG_SYS_BOARD "\0"
  /external/u-boot/board/AndesTech/adp-ae3xx/
adp-ae3xx.c 27 printf("Board: %s\n" , CONFIG_SYS_BOARD);
  /external/u-boot/board/AndesTech/adp-ag101p/
adp-ag101p.c 30 printf("Board: %s\n" , CONFIG_SYS_BOARD);
  /external/u-boot/board/samsung/common/
misc.c 96 const char *bdname = CONFIG_SYS_BOARD;
232 #ifdef CONFIG_SYS_BOARD
233 lcd_printf("\tBoard name: %s\n", CONFIG_SYS_BOARD);
  /external/u-boot/
config.mk 30 BOARD := $(CONFIG_SYS_BOARD:"%"=%)
Kconfig 103 - CONFIG_SYS_BOARD
  /external/u-boot/board/bachmann/ot1200/
ot1200.c 338 puts("Board: "CONFIG_SYS_BOARD"\n");
  /external/u-boot/arch/x86/lib/
mpspec.c 63 table_fill_string(mc->mpc_product, CONFIG_SYS_BOARD, 12, ' ');

Completed in 773 milliseconds