aboutsummaryrefslogtreecommitdiff
path: root/board/siemens/common/factoryset.h
diff options
context:
space:
mode:
authorEnrico Leto <enrico.leto@siemens.com>2024-01-24 15:43:55 +0100
committerTom Rini <trini@konsulko.com>2024-02-05 13:32:48 -0500
commitb062eef0755d1f16eeddda0675e0e526747221af (patch)
tree12ea592ba31a15b8eb378370c54d92b209d5cf1b /board/siemens/common/factoryset.h
parent60ad0fdb19087297635f97062ac082ba887dda3a (diff)
downloadu-boot-b062eef0755d1f16eeddda0675e0e526747221af.zip
u-boot-b062eef0755d1f16eeddda0675e0e526747221af.tar.gz
u-boot-b062eef0755d1f16eeddda0675e0e526747221af.tar.bz2
siemens: factoryset: use correct config for soc specific implementation
Adding the capricorn board family some parts diverge from draco family. The switches used were not pertinent and need to be enhanced for each new board of the capricorn family. Replace them through the SOC name 'AM33XX' and 'IMX8'. Signed-off-by: Enrico Leto <enrico.leto@siemens.com>
Diffstat (limited to 'board/siemens/common/factoryset.h')
-rw-r--r--board/siemens/common/factoryset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/siemens/common/factoryset.h b/board/siemens/common/factoryset.h
index 8fa6c3b..ee8bcd0 100644
--- a/board/siemens/common/factoryset.h
+++ b/board/siemens/common/factoryset.h
@@ -11,7 +11,7 @@
struct factorysetcontainer {
uchar mac[6];
-#if CONFIG_IS_ENABLED(TARGET_GIEDI) || CONFIG_IS_ENABLED(TARGET_DENEB)
+#if CONFIG_IS_ENABLED(IMX8)
uchar mac_wlan[6];
#endif
int usb_vendor_id;