commit | 8eaa3c7d842496d0a178813696a5eafb642249e8 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sat Nov 19 18:45:44 2022 -0500 |
committer | Tom Rini <trini@konsulko.com> | Mon Dec 05 16:11:50 2022 -0500 |
tree | 991419da6908e988faf815bafec3a7c01f8e9d8a | |
parent | ea79bb76242a729e98e1c56d9bca5131f387edf1 [diff] [blame] |
post: Migrate to Kconfig We move the existing CONFIG_POST_* functionality over to CFG_POST and then introduce CONFIG_POST to Kconfig. Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>
diff --git a/configs/P2041RDB_defconfig b/configs/P2041RDB_defconfig index ce198e2..aea0b89 100644 --- a/configs/P2041RDB_defconfig +++ b/configs/P2041RDB_defconfig
@@ -104,3 +104,4 @@ CONFIG_USB_STORAGE=y CONFIG_ADDR_MAP=y CONFIG_SYS_NUM_ADDR_MAP=64 +CONFIG_POST=y