]> xenbits.xensource.com Git - seabios.git/commit
boot: Reorder functions in boot.c
authorSam Eiderman <shmuel.eiderman@oracle.com>
Wed, 12 Jun 2019 09:37:01 +0000 (12:37 +0300)
committerGerd Hoffmann <kraxel@redhat.com>
Wed, 6 Nov 2019 09:56:00 +0000 (10:56 +0100)
commitb3d21205b7f5cd94e5e34277226c4289b6f65746
treea13a740389d530d0439731f44f6a733ca2755ef0
parent7c66a439c07536b525ff9d5ce230775975e9c072
boot: Reorder functions in boot.c

Currently glob_prefix() and build_pci_path() are under the "Boot
priority ordering" section.
Move them to a new "Helper search functions" section since we will reuse
them in the next commit.

Reviewed-by: Karl Heubaum <karl.heubaum@oracle.com>
Reviewed-by: Arbel Moshe <arbel.moshe@oracle.com>
Signed-off-by: Sam Eiderman <shmuel.eiderman@oracle.com>
Message-Id: <20190612093704.47175-3-shmuel.eiderman@oracle.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
src/boot.c