]> git.dujemihanovic.xyz Git - u-boot.git/commit
arm: vexpress: don't reset flags in board_init to avoid losing previous ones
authorArnaud Aujon Chevallier <arnaud@intelibre.fr>
Sun, 15 Nov 2020 11:54:10 +0000 (12:54 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 19 Nov 2020 14:45:49 +0000 (09:45 -0500)
commit5a7885cca50fbc90c52839c4bef0a2cf316ad4fe
tree4b6b3c05690004b5fcf0646044ca8cfbf2728ce9
parent2a0a577aad4337eab24812911df248a9a8c4ebd0
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>
board/armltd/vexpress/vexpress_common.c