diff options
author | Masahisa Kojima <masahisa.kojima@linaro.org> | 2024-02-08 11:33:44 +0900 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-03-02 12:26:19 -0500 |
commit | fd50ae3f2628d1197829e0c2ef52aed653e80d68 (patch) | |
tree | cb5f97f7f74fd729fed51cf1fb74ce9a58fa4f55 /include/configs | |
parent | e3f2493d61166b44e85ce5b8bdd15813f0c28883 (diff) | |
download | u-boot-fd50ae3f2628d1197829e0c2ef52aed653e80d68.tar.gz |
FWU: developerbox: read boot index from NOR flash
The FWU Multi Bank Update feature allows the platform to boot the
firmware images from one of the partitions(banks).
On the Developerbox, SCP-firmware running on the SCB(Cortex-M3)
passes the value of the boot index on the NOR flash.
Add a function to read the boot index value from the NOR flash.
Signed-off-by: Masahisa Kojima <masahisa.kojima@linaro.org>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/synquacer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/synquacer.h b/include/configs/synquacer.h index e36e63e81e4..f0867227acc 100644 --- a/include/configs/synquacer.h +++ b/include/configs/synquacer.h @@ -21,6 +21,7 @@ /* * Boot info */ +#define SCB_PLAT_METADATA_OFFSET (0x510000) /* * Hardware drivers support |