projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e28872d
)
arm: mvebu: turris_omnia: fix regdomain env var setting
author
Marek Behún
<
[email protected]
>
Thu, 2 May 2019 14:53:36 +0000
(16:53 +0200)
committer
Stefan Roese
<
[email protected]
>
Fri, 3 May 2019 06:14:39 +0000
(08:14 +0200)
The regdomain environment variable is set according to value read from
EEPROM. This has to be done in board_late_init, after the environment
variables are read from SPI. Select CONFIG_BOARD_LATE_INIT in Kconfig
for the Turris Omnia target.
Signed-off-by: Marek Behún <
[email protected]
>
Reviewed-by: Stefan Roese <
[email protected]
>
Signed-off-by: Stefan Roese <
[email protected]
>
board/CZ.NIC/turris_omnia/turris_omnia.c
patch
|
blob
|
history
diff --git
a/board/CZ.NIC/turris_omnia/turris_omnia.c
b/board/CZ.NIC/turris_omnia/turris_omnia.c
index b073a985a517224a1960221f6103471e8892a6f9..af43ee23d97c6e018980fe4c56b5b56aa21ff964 100644
(file)
--- a/
board/CZ.NIC/turris_omnia/turris_omnia.c
+++ b/
board/CZ.NIC/turris_omnia/turris_omnia.c
@@
-364,7
+364,6
@@
int board_init(void)
#ifndef CONFIG_SPL_BUILD
disable_mcu_watchdog();
- set_regdomain();
#endif
return 0;