Skip to content

Commit

Permalink
rimage: add a generic platform.toml
Browse files Browse the repository at this point in the history
Instead of including TOML files for each platform explicitly, add a
generic platform.toml, that will contain all respective platform
TOML files, and select the correct one, based on build configucation.

Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
  • Loading branch information
lyakh authored and kv2019i committed Jan 26, 2024
1 parent a967d95 commit d119d93
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/rimage/config/platform.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#if CONFIG_METEORLAKE
#include "platform-mtl.toml"
#endif

0 comments on commit d119d93

Please sign in to comment.