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

/u-boot/arch/arm/mach-imx/
H A Dhab.c23 #define ALIGN_SIZE 0x1000 macro
1010 ivt_offset = (raw_image_size + ALIGN_SIZE - 1) &
1011 ~(ALIGN_SIZE - 1);
/u-boot/tools/
H A Dimx8mimage.c34 #define ALIGN_SIZE 0x1000 macro
348 fit_size = ALIGN_IMX(fit_size, ALIGN_SIZE);

Completed in 106 milliseconds