commit | db1f600b613419c84382cd6db3dba78a14a6c8fa | [log] [tgz] |
---|---|---|
author | Peng Fan <peng.fan@nxp.com> | Tue Jul 26 16:40:35 2022 +0800 |
committer | Stefano Babic <sbabic@denx.de> | Tue Jul 26 11:29:00 2022 +0200 |
tree | abb766f89f2f0f273ff5aa2cedf7d517d35fb443 | |
parent | 732d6e6d80645a561290e48ff7229ba38af2b3ad [diff] |
imx: simplify dependency with SPL_BOOTROM_SUPPORT For SoCs support ROM API, CONFIG_SPL_BOOTROM_SUPPORT is needed, so use this macro to guard the code to avoid extend the list. And drop the guard with structure definition, there is no need. Signed-off-by: Peng Fan <peng.fan@nxp.com>