Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3f85e8d4 authored by Protik Biswas's avatar Protik Biswas
Browse files

kernel: adds padding to pil bg interface



bg pil loading fails otherwise as fields
are extpected to be word aligned.

Change-Id: I0bcca53a98ec88846a19a7e2c31ee4e42e6b07ce
Signed-off-by: default avatarProtik Biswas <protbisw@codeaurora.org>
parent 3ab2846a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -29,6 +29,7 @@ enum bg_tz_commands {
/* tzapp bg request.*/
struct tzapp_bg_req {
	uint8_t tzapp_bg_cmd;
	uint8_t padding[3];
	phys_addr_t address_fw;
	size_t size_fw;
} __attribute__ ((__packed__));