summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDino Li <Dino.Li@ite.com.tw>2023-05-05 18:04:11 +0800
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-05-09 00:09:25 +0000
commitcde085221a5b3313c5c479a8611990313f06db78 (patch)
tree1a907962c897c3a151fa76e47d0d18122eaa2b1c
parentf330c0d353c5f978907d8bbe4df4fd7a7a5c03f8 (diff)
downloadchrome-ec-cde085221a5b3313c5c479a8611990313f06db78.tar.gz
dts/it82202ax-512: no padding after the contents of the entry
By default, there is 256KB padding after the entry content. On chip with 512KB flash, the padding is unnecessary. BUG=none TEST=Size of roach image is 512KB Jump fw images to each other. Change-Id: I3bc3025224131a5563d4d12349a268bb34476bdf Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4506540 Tested-by: Dino Li <Dino.Li@ite.com.tw> Reviewed-by: Ting Shen <phoenixshen@chromium.org> Commit-Queue: Dino Li <Dino.Li@ite.com.tw>
-rw-r--r--zephyr/boards/riscv/it8xxx2/it82202ax-512.dts1
1 files changed, 1 insertions, 0 deletions
diff --git a/zephyr/boards/riscv/it8xxx2/it82202ax-512.dts b/zephyr/boards/riscv/it8xxx2/it82202ax-512.dts
index 73d3b8e3f3..0995127bdb 100644
--- a/zephyr/boards/riscv/it8xxx2/it82202ax-512.dts
+++ b/zephyr/boards/riscv/it8xxx2/it82202ax-512.dts
@@ -31,5 +31,6 @@
};
};
};
+ pad-after = <0>;
};
};