Home
last modified time | relevance | path

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

/rk3399_ARM-atf/tools/sptool/
H A Dsptool.py57 is_hfpage_aligned = lambda val : val % HF_PAGE_SIZE == 0 function
58 if not is_hfpage_aligned(pm_offset) or not is_hfpage_aligned(img_offset):