From 355f27a503f8f46ea6222ce2b378ccc1070bded7 Mon Sep 17 00:00:00 2001
From: Andreas Gnau <andreas.gnau@iopsys.eu>
Date: Thu, 21 Nov 2024 16:04:15 +0100
Subject: [PATCH] brcmbca: Remove CONFIG_TARGET_{VERSION,CUSTOMER}

These are already defined in feed/iopsys/iop and are not
Broadcom-specific.

Signed-off-by: Andreas Gnau <andreas.gnau@iopsys.eu>
---
 brcmbca/image/Config.in | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/brcmbca/image/Config.in b/brcmbca/image/Config.in
index 79380d04f..ec595a851 100644
--- a/brcmbca/image/Config.in
+++ b/brcmbca/image/Config.in
@@ -2,18 +2,6 @@
 menu "Image options Brcm63xx "
 	depends on TARGET_brcmbca
 
-config TARGET_VERSION
-	string
-	prompt "Model version"
-	help
-		Second part of image name
-
-config TARGET_CUSTOMER
-	string
-	prompt "Customer ID"
-	help
-		A Customer id that is added to software file name
-
 config TARGET_IMAGE_FIT
 	bool "Broadcom FIT based image"
 	default y
-- 
GitLab