commit | 04e76d5c2b33f2951dad1f4f2c9a849ea986030b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Feb 07 11:30:39 2025 -0700 |
committer | Tom Rini <trini@konsulko.com> | Tue Feb 11 20:10:58 2025 -0600 |
tree | de52ec210146b21610f326877ff1c8b6d061bac5 | |
parent | 5c9a1242408138327d4498a47e9717ec12800149 [diff] [blame] |
test: Tweak FDT-overlay tests Use fdt_overlay consistently in the identifiers and file/dir names. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/test/Kconfig b/test/Kconfig index 1c8e3d1..01d6464 100644 --- a/test/Kconfig +++ b/test/Kconfig
@@ -120,7 +120,7 @@ source "test/image/Kconfig" source "test/lib/Kconfig" source "test/optee/Kconfig" -source "test/overlay/Kconfig" +source "test/fdt_overlay/Kconfig" config POST bool "Power On Self Test support"