hwdef: enable ROMFS if we have a defaults filepath to embed

This commit is contained in:
Peter Barker 2024-01-18 07:37:38 +11:00 committed by Peter Barker
parent 1d6f1b9d8f
commit e958e7b720
1 changed files with 1 additions and 0 deletions

View File

@ -2591,6 +2591,7 @@ Please run: Tools/scripts/build_bootloaders.py %s
if os.path.exists(self.processed_defaults_filepath()):
self.write_define(f, 'AP_PARAM_DEFAULTS_FILE_PARSING_ENABLED', 1)
self.write_define(f, 'AP_FILESYSTEM_ROMFS_ENABLED', 1)
else:
self.write_define(f, 'AP_PARAM_DEFAULTS_FILE_PARSING_ENABLED', 0)