commit | 1fc5480ab2b1d85cac7eed8cd33435b10241046b | [log] [tgz] |
---|---|---|
author | Wasim Khan <wasim.khan@nxp.com> | Fri Feb 14 11:00:52 2020 +0530 |
committer | Tom Rini <trini@konsulko.com> | Tue Feb 25 11:39:54 2020 -0500 |
tree | 676208462c31d46310d2464ccf6a806deec3c185 | |
parent | 132d694e3365790ce601d35458dce26beab8e3d0 [diff] |
arch: arm: Fix SZ_64K undeclared compilation error Macro SZ_64K is undeclared. Include sizes.h to fix the compilation error. Signed-off-by: Wasim Khan <wasim.khan@nxp.com> Reviewed-by: Tom Rini <trini@konsulko.com>