commit | db3c244429e227ce18c2316ebe6973516f2c240b | [log] [tgz] |
---|---|---|
author | Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> | Wed Jul 10 22:09:14 2019 +0200 |
committer | Marek Vasut <marex@denx.de> | Sun Jul 21 12:45:01 2019 +0200 |
tree | 5d01e90584ada1b00ff8fd721427cd47d19b6bfd | |
parent | b093197d36401abd52c4716989673b6b872acce6 [diff] |
arm: socfpga: fix 3 boards missing env var "socfpga_legacy_reset_compat" This fixes 3 boards that don't use CONFIG_EXTRA_ENV_SETTINGS from socfpga_common.h. They need to enable reset manager compatibility mode unless all peripheral drivers in Linux support reset handling. Fixes: commit 4b2e32efa4e7 ("arm: socfpga: gen5: deassert peripheral reset by default") Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> Reported-by: Wolfgang Grandegger <wg@aries-embedded.de>