arm: mvebu: turris_omnia: don't guard by CONFIG_SPL_BUILD macro
authorMarek Behún <marek.behun@nic.cz>
Mon, 16 Aug 2021 13:19:38 +0000 (15:19 +0200)
committerStefan Roese <sr@denx.de>
Wed, 1 Sep 2021 06:09:24 +0000 (08:09 +0200)
commit008a069b89c690077ff9fa351557c8fc0778755c
treeee78f422367e9774cf9c657ed1706d13d907d1e9
parentdc595e3e45913ae932bb269739a8a48a27fdd585
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>
board/CZ.NIC/turris_omnia/turris_omnia.c