mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-02 17:47:54 +00: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>
10 lines
201 B
Makefile
10 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
|