Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dimage.h955 #ifndef IMAGE_ALIGN_SIZE
956 #define IMAGE_ALIGN_SIZE 512 macro
958 #define FIT_ALIGN(x) (((x)+IMAGE_ALIGN_SIZE-1)&~(IMAGE_ALIGN_SIZE-1))