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 <[email protected]>
  • Loading branch information
lyakh committed Jan 18, 2024
1 parent e49dfb6 commit 88e1418
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 88e1418

Please sign in to comment.