diff options
| author | Jassi Brar <[email protected]> | 2023-05-31 00:29:56 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-06-09 13:52:40 -0400 |
| commit | 6b403ca4dcf4c68e2792c4e8b28e03b3cfe5db45 (patch) | |
| tree | d33be321509ad093ea3bf8f9488ebb62fab9f2fa /board/socionext/developerbox/Makefile | |
| parent | 87f397e58e40278f23c96196103f427bffb3a0c7 (diff) | |
fwu: DeveloperBox: add support for FWU
Add code to support FWU_MULTI_BANK_UPDATE.
The platform does not have gpt-partition storage for
Banks and MetaData, rather it used SPI-NOR backed
mtd regions for the purpose.
Signed-off-by: Jassi Brar <[email protected]>
Diffstat (limited to 'board/socionext/developerbox/Makefile')
| -rw-r--r-- | board/socionext/developerbox/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/socionext/developerbox/Makefile b/board/socionext/developerbox/Makefile index 4a46de995a0..1acd067a7e4 100644 --- a/board/socionext/developerbox/Makefile +++ b/board/socionext/developerbox/Makefile @@ -7,3 +7,4 @@ # obj-y := developerbox.o +obj-$(CONFIG_FWU_MDATA_MTD) += fwu_plat.o |
