]> Git Repo - J-u-boot.git/commit
lmb: Move enum lmb_flags to a u32
authorIlias Apalodimas <[email protected]>
Wed, 18 Dec 2024 07:02:31 +0000 (09:02 +0200)
committerTom Rini <[email protected]>
Mon, 30 Dec 2024 19:21:55 +0000 (13:21 -0600)
commit3d56c06551d7a54870cfdf8c639b3ff35521b87f
tree360783a7905dd7a4b1b8d56fa5564055cd3492e8
parent6c9f27505a5e20ed538d1dafdf43cf9d18ab8624
lmb: Move enum lmb_flags to a u32

LMB flags is not an enum anymore. It's currently used as a bitmask
in various places of our code. So make it a u32 which is more
appropriate when dealing with masks.

Reviewed-by: Sam Protsenko <[email protected]>
Tested-by: Sam Protsenko <[email protected]>
Signed-off-by: Ilias Apalodimas <[email protected]>
boot/image-fdt.c
include/lmb.h
lib/lmb.c
test/cmd/bdinfo.c
This page took 0.033825 seconds and 4 git commands to generate.