projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a0a577
)
arm: vexpress: don't reset flags in board_init to avoid losing previous ones
author
Arnaud Aujon Chevallier
<arnaud@intelibre.fr>
Sun, 15 Nov 2020 11:54:10 +0000
(12:54 +0100)
committer
Tom Rini
<trini@konsulko.com>
Thu, 19 Nov 2020 14:45:49 +0000
(09:45 -0500)
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
patch
|
blob
|
history
diff --git
a/board/armltd/vexpress/vexpress_common.c
b/board/armltd/vexpress/vexpress_common.c
index
70f6cd8
..
8fea8ff
100644
(file)
--- a/
board/armltd/vexpress/vexpress_common.c
+++ b/
board/armltd/vexpress/vexpress_common.c
@@
-55,7
+55,6
@@
int board_init(void)
{
gd->bd->bi_boot_params = LINUX_BOOT_PARAM_ADDR;
gd->bd->bi_arch_number = MACH_TYPE_VEXPRESS;
- gd->flags = 0;
icache_enable();
flash__init();