hwdef: don't enable filesystem-romfs just because we have a defaults file
This commit is contained in:
parent
bd2d0100cd
commit
8e2a634c72
@ -2591,7 +2591,6 @@ 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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user