Skip to content

Commit fd2d2ea

Browse files
committed
rimage: add a generic platform.toml
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>
1 parent 7633cb3 commit fd2d2ea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/rimage/config/platform.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#if CONFIG_METEORLAKE
2+
#include "platform-mtl.toml"
3+
#endif

0 commit comments

Comments
 (0)