]> git.dujemihanovic.xyz Git - u-boot.git/commit
global_data.h: drop write-only field dm_root_f
authorRasmus Villemoes <rasmus.villemoes@prevas.dk>
Mon, 27 May 2024 20:04:17 +0000 (22:04 +0200)
committerSimon Glass <sjg@chromium.org>
Wed, 3 Jul 2024 06:36:33 +0000 (07:36 +0100)
commita8729a260b53b9a2fce2607ac90744a47f96daef
tree3a74b8a21112197b410dddb6fd36a8c03d503917
parentd243b369e95139f77d04007755a4af42a0a03b30
global_data.h: drop write-only field dm_root_f

The dm_root_f field seems to be entirely write-only and hence
redundant, unless 'git grep' fails to find some access generated via
preprocessor token concatenation or similar.

Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk>
Reviewed-by: Simon Glass <sjg@chromium.org>
common/board_r.c
include/asm-generic/global_data.h
test/dm/core.c