summaryrefslogtreecommitdiffstats
path: root/configs/platform-v7a_noneon/rules/image-sama5d3-eds.make
blob: 9879bf1064c088f551619c72529d776348fd4cce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# -*-makefile-*-
#
# Copyright (C) 2020 by Holger Assmann <h.assmann@pengutronix.de>
#
# For further information about the PTXdist project and license conditions
# see the README file.
#

#
# We provide this package
#
IMAGE_PACKAGES-$(PTXCONF_IMAGE_SAMA5D3_EDS) += image-sama5d3-eds

#
# Paths and names
#
IMAGE_SAMA5D3_EDS		:= image-sama5d3-eds
IMAGE_SAMA5D3_EDS_DIR		:= $(BUILDDIR)/$(IMAGE_SAMA5D3_EDS)
IMAGE_SAMA5D3_EDS_IMAGE		:= $(IMAGEDIR)/image-sama5d3-eds.hdimg
IMAGE_SAMA5D3_EDS_FILES		:= $(IMAGEDIR)/root.tgz
IMAGE_SAMA5D3_EDS_CONFIG	:= at91-sd.config

# ----------------------------------------------------------------------------
# Image
# ----------------------------------------------------------------------------

IMAGE_SAMA5D3_EDS_ENV := \
        FSBL=barebox-microchip-sama5d3-eds-xload-mmc.img \
        SSBL=barebox-microchip-sama5d3-eds.img

$(IMAGE_SAMA5D3_EDS_IMAGE):
	@$(call targetinfo)
	@$(call image/genimage, IMAGE_SAMA5D3_EDS)
	@$(call finish)

# vim: syntax=make