Home
last modified time | relevance | path

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

/u-boot/board/freescale/ls2080aqds/
A Deth.c1061 char expected_dts[100]; in board_fit_config_name_match() local
1079 printf("expected_dts %s\n", expected_dts); in board_fit_config_name_match()
1080 sprintf(expected_dts, "fsl-ls2080a-qds-%s-%s", in board_fit_config_name_match()
1083 if (!strcmp(name, expected_dts)) in board_fit_config_name_match()
/u-boot/board/freescale/ls1088a/
A Deth_ls1088aqds.c811 char expected_dts[100]; in board_fit_config_name_match() local
828 sprintf(expected_dts, "fsl-ls1088a-qds-%s-x", srds_s1_str); in board_fit_config_name_match()
830 if (!strcmp(name, expected_dts)) in board_fit_config_name_match()
/u-boot/board/freescale/lx2160a/
A Deth_lx2160aqds.c932 char expected_dts[100]; in board_fit_config_name_match() local
955 sprintf(expected_dts, "fsl-lx2160a-qds-%s-%s-%s", in board_fit_config_name_match()
958 if (!strcmp(name, expected_dts)) in board_fit_config_name_match()
A Deth_lx2162aqds.c949 char expected_dts[100]; in board_fit_config_name_match() local
967 sprintf(expected_dts, "fsl-lx2160a-qds-%s-%s", in board_fit_config_name_match()
970 if (!strcmp(name, expected_dts)) in board_fit_config_name_match()

Completed in 10 milliseconds