diff options
author | Tom Rini <trini@konsulko.com> | 2024-03-25 22:15:47 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-03-25 22:15:47 -0400 |
commit | ab8d9ca3044acf51d8ff3bf3c4718c48f30ad606 (patch) | |
tree | 35c2e2eae8ed2cf1dda331b19dd806a33aaad913 /board/phytec | |
parent | 8ef8dcc54a0d507912ee57e15a541c5cebcfca76 (diff) | |
parent | dde373bde392c38649c8c4420e0c98ef8d38d9dc (diff) | |
download | u-boot-ab8d9ca3044acf51d8ff3bf3c4718c48f30ad606.tar.gz u-boot-ab8d9ca3044acf51d8ff3bf3c4718c48f30ad606.tar.bz2 u-boot-ab8d9ca3044acf51d8ff3bf3c4718c48f30ad606.zip |
Merge tag 'v2024.04-rc5' into next
Prepare v2024.04-rc5
Diffstat (limited to 'board/phytec')
-rw-r--r-- | board/phytec/common/phytec_som_detection.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/board/phytec/common/phytec_som_detection.c b/board/phytec/common/phytec_som_detection.c index f9607b018d..a56e0f60d6 100644 --- a/board/phytec/common/phytec_som_detection.c +++ b/board/phytec/common/phytec_som_detection.c @@ -248,4 +248,9 @@ u8 __maybe_unused phytec_get_rev(struct phytec_eeprom_data *data) return PHYTEC_EEPROM_INVAL; } +u8 __maybe_unused phytec_get_som_type(struct phytec_eeprom_data *data) +{ + return PHYTEC_EEPROM_INVAL; +} + #endif /* IS_ENABLED(CONFIG_PHYTEC_SOM_DETECTION) */ |