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

Commit 11c21390 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: scm-boot: update scm boot data structure"

parents b1fc5195 396c6084
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,8 +21,8 @@
int scm_set_boot_addr(phys_addr_t addr, unsigned int flags)
{
	struct {
		unsigned int flags;
		unsigned long addr;
		u32 flags;
		u32 addr;
	} cmd;

	cmd.addr = addr;