* [DistroKit] [PATCH] platform-v7a: image-vexpress-nor: fix copy-paste error
@ 2022-09-02 10:48 Michael Olbrich
2022-09-05 13:58 ` Robert Schwebel
0 siblings, 1 reply; 2+ messages in thread
From: Michael Olbrich @ 2022-09-02 10:48 UTC (permalink / raw)
To: distrokit; +Cc: Michael Olbrich
Package name and symbol name should match.
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
---
configs/platform-v7a/rules/image-vexpress-nor.make | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configs/platform-v7a/rules/image-vexpress-nor.make b/configs/platform-v7a/rules/image-vexpress-nor.make
index 8d97b1b0b4ab..e10223b89433 100644
--- a/configs/platform-v7a/rules/image-vexpress-nor.make
+++ b/configs/platform-v7a/rules/image-vexpress-nor.make
@@ -9,12 +9,12 @@
#
# We provide this package
#
-IMAGE_PACKAGES-$(PTXCONF_IMAGE_VEXPRESS_NOR) += image-flash
+IMAGE_PACKAGES-$(PTXCONF_IMAGE_VEXPRESS_NOR) += image-vexpress-nor
#
# Paths and names
#
-IMAGE_VEXPRESS_NOR := image-flash
+IMAGE_VEXPRESS_NOR := image-vexpress-nor
IMAGE_VEXPRESS_NOR_DIR := $(BUILDDIR)/$(IMAGE_VEXPRESS_NOR)
IMAGE_VEXPRESS_NOR_IMAGE := $(IMAGEDIR)/vexpress.norimg
IMAGE_VEXPRESS_NOR_CONFIG := vexpress-nor.config
--
2.30.2
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [DistroKit] [PATCH] platform-v7a: image-vexpress-nor: fix copy-paste error
2022-09-02 10:48 [DistroKit] [PATCH] platform-v7a: image-vexpress-nor: fix copy-paste error Michael Olbrich
@ 2022-09-05 13:58 ` Robert Schwebel
0 siblings, 0 replies; 2+ messages in thread
From: Robert Schwebel @ 2022-09-05 13:58 UTC (permalink / raw)
To: Michael Olbrich; +Cc: distrokit
On Fri, Sep 02, 2022 at 12:48:54PM +0200, Michael Olbrich wrote:
> Package name and symbol name should match.
>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> ---
> configs/platform-v7a/rules/image-vexpress-nor.make | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/configs/platform-v7a/rules/image-vexpress-nor.make b/configs/platform-v7a/rules/image-vexpress-nor.make
> index 8d97b1b0b4ab..e10223b89433 100644
> --- a/configs/platform-v7a/rules/image-vexpress-nor.make
> +++ b/configs/platform-v7a/rules/image-vexpress-nor.make
> @@ -9,12 +9,12 @@
> #
> # We provide this package
> #
> -IMAGE_PACKAGES-$(PTXCONF_IMAGE_VEXPRESS_NOR) += image-flash
> +IMAGE_PACKAGES-$(PTXCONF_IMAGE_VEXPRESS_NOR) += image-vexpress-nor
>
> #
> # Paths and names
> #
> -IMAGE_VEXPRESS_NOR := image-flash
> +IMAGE_VEXPRESS_NOR := image-vexpress-nor
> IMAGE_VEXPRESS_NOR_DIR := $(BUILDDIR)/$(IMAGE_VEXPRESS_NOR)
> IMAGE_VEXPRESS_NOR_IMAGE := $(IMAGEDIR)/vexpress.norimg
> IMAGE_VEXPRESS_NOR_CONFIG := vexpress-nor.config
Applied to next.
rsc
--
Pengutronix e.K. | Dipl.-Ing. Robert Schwebel |
Steuerwalder Str. 21 | https://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-9 |
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-09-05 13:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-02 10:48 [DistroKit] [PATCH] platform-v7a: image-vexpress-nor: fix copy-paste error Michael Olbrich
2022-09-05 13:58 ` Robert Schwebel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox