powerpc: bootm: Fix sizes in memory adjusting warning
authorPali Rohár <pali@kernel.org>
Thu, 26 May 2022 12:36:03 +0000 (14:36 +0200)
committerPeng Fan <peng.fan@nxp.com>
Mon, 20 Jun 2022 07:52:45 +0000 (15:52 +0800)
commit66b2dd9ac3de47376f0ceae22c586a9d725fe071
tree4f98db0ae4cbf62ab7e9fd0d4b8271c0d5f3cae9
parent676f682bad2ed93a20fcf35dd5af5163d11c126f
powerpc: bootm: Fix sizes in memory adjusting warning

Old size is stored in size variable and new size is in bootm_size variable.

Signed-off-by: Pali Rohár <pali@kernel.org>
arch/powerpc/lib/bootm.c