mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 12:46:14 +02:00
To mx6sabreauto and mx6sabresd, power_init_board is called in board_r phase. After CONFIG_SPL_DM_PMIC_PFUZE100 included, there will be build error to build power_init_board() when CONFIG_SPL_DM_PMIC_PFUZE100 is not enabled. Signed-off-by: Peng Fan <peng.fan@nxp.com>