Re: [PATCH v3] arm: vexpress: don't reset flags in board_init to avoid losing previous ones

2020-11-19 Thread Tom Rini
On Sun, Nov 15, 2020 at 12:54:10PM +0100, Arnaud Aujon Chevallier wrote: > 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 >

Re: [PATCH v3] arm: vexpress: don't reset flags in board_init to avoid losing previous ones

2020-11-19 Thread Michael Opdenacker
Tested-by: Michael Opdenacker -- Michael Opdenacker, CEO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com

[PATCH v3] arm: vexpress: don't reset flags in board_init to avoid losing previous ones

2020-11-15 Thread Arnaud Aujon Chevallier
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. Signed-off-by: Arnaud Aujon Chevallier --- board/armltd/vexpress/vexpress_common.c | 1 - 1 file changed, 1 deletion(-)