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

Arnaud Aujon Chevallier arnaud at intelibre.fr
Thu Nov 12 14:02:07 CET 2020


---
 board/armltd/vexpress/vexpress_common.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/board/armltd/vexpress/vexpress_common.c b/board/armltd/vexpress/vexpress_common.c
index 70f6cd80d5..8fea8ff352 100644
--- 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();
-- 
2.26.2



More information about the U-Boot mailing list