Searched refs:FDT_COPY_SIZE (Results 1 - 2 of 2) sorted by relevance

/u-boot/test/optee/
H A Dcmd_ut_optee.c21 #define FDT_COPY_SIZE (4 * SZ_1K) macro
113 fdt = malloc(FDT_COPY_SIZE);
123 ut_assertok(fdt_open_into(fdt_base, fdt, FDT_COPY_SIZE));
141 ut_assertok(fdt_open_into(fdt_optee, fdt, FDT_COPY_SIZE));
/u-boot/test/overlay/
H A Dcmd_ut_overlay.c22 #define FDT_COPY_SIZE (4 * SZ_1K) macro
232 fdt = malloc(FDT_COPY_SIZE);
236 fdt_overlay_copy = malloc(FDT_COPY_SIZE);
240 fdt_overlay_stacked_copy = malloc(FDT_COPY_SIZE);
250 ut_assertok(fdt_open_into(fdt_base, fdt, FDT_COPY_SIZE));
259 FDT_COPY_SIZE));
268 FDT_COPY_SIZE));

Completed in 110 milliseconds