]> git.baikalelectronics.ru Git - uboot.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)
commitf31043665924b51340a8159063be2c3c5bc95f34
treeabb766f89f2f0f273ff5aa2cedf7d517d35fb443
parentc20816608ee679cec10a77f60084baa79e74e055
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