mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-11 20:46:00 +01:00
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 <jaswinder.singh@linaro.org>
11 lines
201 B
Makefile
11 lines
201 B
Makefile
#
|
|
# Author: Masami Hiramatsu <masami.hiramatsu@linaro.org>
|
|
#
|
|
# Copyright (C) 2021 Linaro Ltd.
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-y := developerbox.o
|
|
obj-$(CONFIG_FWU_MDATA_MTD) += fwu_plat.o
|