]> git.dujemihanovic.xyz Git - u-boot.git/commit
imx: simplify dependency with SPL_BOOTROM_SUPPORT
authorPeng Fan <peng.fan@nxp.com>
Tue, 26 Jul 2022 08:40:35 +0000 (16:40 +0800)
committerStefano Babic <sbabic@denx.de>
Tue, 26 Jul 2022 09:29:00 +0000 (11:29 +0200)
commit793b760fb0462c0b576862f6a0401f22ccd1dd36
treeabb766f89f2f0f273ff5aa2cedf7d517d35fb443
parentbf43907f6e3280646116bded58e74b509f5eaed1
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>
arch/arm/include/asm/mach-imx/sys_proto.h
arch/arm/mach-imx/Kconfig