Skip to content
Snippets Groups Projects
Commit 7995ce13 authored by Ronny Nilsson's avatar Ronny Nilsson
Browse files

base-files: Broadcom support for reading pending boot flash bank.

parent 8b1b8544
No related branches found
No related tags found
No related merge requests found
...@@ -28,3 +28,12 @@ target_set_flashbank_boot() { ...@@ -28,3 +28,12 @@ target_set_flashbank_boot() {
source /lib/upgrade/broadcom-iopsys-5.sh && \ source /lib/upgrade/broadcom-iopsys-5.sh && \
upgrade_commit $@" || return upgrade_commit $@" || return
} }
#--------------------------------------------------------------
# Return what "bank" the bootloader will select next time.
target_get_flashbank_boot() {
source "/lib/upgrade/broadcom-iopsys-5.sh" || return
cfe_get_boot_flashbank || return
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment