Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kernel-stub: Avoid warnings when converting buffer addresses to pointers
On 32-bit systems, we get "cast to pointer from integer of different size" warnings. Silence then which we can safely do because the fdt_buffer will not exceed 32 bits, being provided by AllocatePages(). Signed-off-by: Jan Kiszka <[email protected]>
- Loading branch information