commit | 30b8eb5ee684013ce1b3e9fc50b4bf7adec95817 | [log] [tgz] |
---|---|---|
author | Jorge Ramirez-Ortiz <jorge@foundries.io> | Fri Jan 17 10:50:25 2020 +0100 |
committer | Stefano Babic <sbabic@denx.de> | Mon Jan 20 15:38:16 2020 +0100 |
tree | 87842561f7fb3890886ba7ecc3ed253385b9487f | |
parent | d7e5d97207392106426fe1b84e95533737f922cc [diff] |
mx7ulp: soc: s_init should only be executed once On SPL enabled systems, the current s_init code (wdog, clock and ldo init) is executed twice (by SPL and u-boot). This is not necessary and might lead to boot issues (ie, starting PMC1 when it is already running). Signed-off-by: Jorge Ramirez-Ortiz <jorge@foundries.io> Reviewed-by: Fabio Estevam <festevam@gmail.com>