From cde085221a5b3313c5c479a8611990313f06db78 Mon Sep 17 00:00:00 2001 From: Dino Li Date: Fri, 5 May 2023 18:04:11 +0800 Subject: 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 Reviewed-by: Ting Shen Commit-Queue: Dino Li --- zephyr/boards/riscv/it8xxx2/it82202ax-512.dts | 1 + 1 file changed, 1 insertion(+) 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>; }; }; -- cgit v1.2.1