Home
last modified time | relevance | path

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

/openbmc/u-boot/test/overlay/
H A Dcmd_ut_overlay.c20 #define FDT_COPY_SIZE (4 * SZ_1K) macro
231 fdt = malloc(FDT_COPY_SIZE); in do_ut_overlay()
235 fdt_overlay_copy = malloc(FDT_COPY_SIZE); in do_ut_overlay()
239 fdt_overlay_stacked_copy = malloc(FDT_COPY_SIZE); in do_ut_overlay()
249 ut_assertok(fdt_open_into(fdt_base, fdt, FDT_COPY_SIZE)); in do_ut_overlay()
258 FDT_COPY_SIZE)); in do_ut_overlay()
267 FDT_COPY_SIZE)); in do_ut_overlay()