Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dimage.h960 #ifndef IMAGE_ALIGN_SIZE
961 #define IMAGE_ALIGN_SIZE 512 macro
963 #define FIT_ALIGN(x) (((x)+IMAGE_ALIGN_SIZE-1)&~(IMAGE_ALIGN_SIZE-1))