mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 08:57:58 +00:00
6b403ca4dc
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
|