- hw_caps: introduce startup_file

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2020-11-22 21:07:31 +01:00
committed by Thilo Graf
parent 942f129653
commit fcf18b73aa
5 changed files with 18 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ hw_caps_t *get_hwcaps(void)
caps.has_button_timer = 1;
caps.has_HDMI = 1;
caps.has_SCART = 1;
strcpy(caps.startup_file, "");
strcpy(caps.boxvendor, "VU+");
strcpy(caps.boxname, "DUO");
strcpy(caps.boxarch, "BCM7335");