commit | 39b1beff1c35b30e4b1f8bb822f859520dda3024 | [log] [tgz] |
---|---|---|
author | Garrett Giordano <ggiordano@phytec.com> | Tue Nov 12 12:40:23 2024 -0800 |
committer | Tom Rini <trini@konsulko.com> | Wed Dec 04 14:04:08 2024 -0600 |
tree | 56b617708abe86ab00874cc87d10f751b2f1e917 | |
parent | 03076f3d5bb8bb6ed6adda0bd6f643108bd06285 [diff] |
board: phytec: common: Introduce CONFIG_PHYTEC_K3_DDR_PATCH Introduce CONFIG_PHYTEC_K3_DDR_PATCH to make DDR timing patch code optional for PHYTEC K3 boards. This allows better control over which boards receive DDR timing patches, rather than compiling the code for all boards with K3_DDRSS enabled. Also enable the feature by default for PHYCORE_AM62X_R5. Signed-off-by: Garrett Giordano <ggiordano@phytec.com> Reviewed-by: Wadim Egorov <w.egorov@phytec.de>