Skip to content
Commit b48ce4a4 authored by Quanyang Wang's avatar Quanyang Wang Committed by Bruce Ashfield
Browse files

arm: axxia: ddr_retention: use malloc/free to fix -Wframe-larger-than build warning



This is to fix compile warning which is introduced by the SDK
commit a4396719ad21 ("ARM: axxia: Fix support for kernel 5.10")
as below:

arch/arm/mach-axxia/ddr_retention.c:220:1: warning: the frame size of 1032 bytes is larger than 1024 bytes [-Wframe-larger-than=]
  220 | }
      | ^

Signed-off-by: default avatarQuanyang Wang <quanyang.wang@windriver.com>
Signed-off-by: default avatarBruce Ashfield <bruce.ashfield@gmail.com>
parent d1272119
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment