Home
last modified time | relevance | path

Searched refs:BUILD_TAG (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/lib/
H A Ddisplay_options.c33 #ifndef BUILD_TAG
34 #define BUILD_TAG NULL macro
39 return display_options_get_banner_priv(newlines, BUILD_TAG, buf, size); in display_options_get_banner()
H A DMakefile85 CFLAGS_display_options.o := $(if $(BUILD_TAG),-DBUILD_TAG='"$(BUILD_TAG)"')
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Dboard.c1299 #ifdef BUILD_TAG in bootargs_add_fwver()
1300 strcat(list2, BUILD_TAG); in bootargs_add_fwver()
/rk3399_rockchip-uboot/tools/buildman/
H A DREADME876 U-Boot's build system supports a few flags (such as BUILD_TAG) which
883 snapper9260=${at91-boards} BUILD_TAG=442
884 snapper9g45=${at91-boards} BUILD_TAG=443
886 This will use 'make ENABLE_AT91_TEST=1 BUILD_TAG=442' for snapper9260
887 and 'make ENABLE_AT91_TEST=1 BUILD_TAG=443' for snapper9g45. A special