commit | 7b40812106e23140152a4f8370ee3744dd88f9fe | [log] [tgz] |
---|---|---|
author | Arnaud Aujon Chevallier <arnaud@intelibre.fr> | Sun Nov 15 12:54:10 2020 +0100 |
committer | Tom Rini <trini@konsulko.com> | Thu Nov 19 09:45:49 2020 -0500 |
tree | 4b6b3c05690004b5fcf0646044ca8cfbf2728ce9 | |
parent | 626c3ce696937dcbee24b2a3af7be1280ca41b78 [diff] |
arm: vexpress: don't reset flags in board_init to avoid losing previous ones Re-submitted because of missing description and signed-off. flags reset in board_init caused bugs when executing command like editenv because the reallocated flag was lost. Tested-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Arnaud Aujon Chevallier <arnaud@intelibre.fr>