commit | c34d58c8d2aebdaf2d4d0bcbc7be060e81692df1 | [log] [tgz] |
---|---|---|
author | Marek Behún <marek.behun@nic.cz> | Mon Aug 16 15:19:38 2021 +0200 |
committer | Stefan Roese <sr@denx.de> | Wed Sep 01 08:09:24 2021 +0200 |
tree | ee78f422367e9774cf9c657ed1706d13d907d1e9 | |
parent | ee76b4a5c3332d21287914af1420efc0bafc4ca3 [diff] |
arm: mvebu: turris_omnia: don't guard by CONFIG_SPL_BUILD macro We do not need to guard code in board_init() and board_late_init() functions with the CONFIG_SPL_BUILD macro, since these functions are not called in SPL. Signed-off-by: Marek Behún <marek.behun@nic.cz> Reviewed-by: Pali Rohár <pali@kernel.org> Reviewed-by: Stefan Roese <sr@denx.de>