From 09e2cc507c300523302a439afc829b46924e24dc Mon Sep 17 00:00:00 2001 From: Guillermo Maturana Date: Tue, 3 Dec 2024 05:30:35 +0000 Subject: [PATCH] [bazel,otp] Move otp_ctrl_img.c.tpl to util/design/data This is part of moving the otp image collateral out of hw/ip/otp_ctrl in preparation for multi-top. Part of #25019 Signed-off-by: Guillermo Maturana --- rules/otp.bzl | 2 +- {hw/ip/otp_ctrl => util/design}/data/otp_ctrl_img.c.tpl | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {hw/ip/otp_ctrl => util/design}/data/otp_ctrl_img.c.tpl (100%) diff --git a/rules/otp.bzl b/rules/otp.bzl index 4484cca362a433..de2cbdb58666f1 100644 --- a/rules/otp.bzl +++ b/rules/otp.bzl @@ -369,7 +369,7 @@ otp_image_consts = rule( ), "c_template": attr.label( allow_single_file = True, - default = "//hw/ip/otp_ctrl/data:otp_ctrl_img.c.tpl", + default = "//util/design/data:otp_ctrl_img.c.tpl", doc = "OTP image header template.", ), "verbose": attr.bool( diff --git a/hw/ip/otp_ctrl/data/otp_ctrl_img.c.tpl b/util/design/data/otp_ctrl_img.c.tpl similarity index 100% rename from hw/ip/otp_ctrl/data/otp_ctrl_img.c.tpl rename to util/design/data/otp_ctrl_img.c.tpl