mirror of
https://github.com/hardkernel/linux.git
synced 2026-05-01 17:55:23 +09:00
The boot_param_header has big-endian fields, so change the types to __be32, and perform endian conversion when we access them. Signed-off-by: Jeremy Kerr <jeremy.kerr@canonical.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>