summaryrefslogtreecommitdiff
path: root/configs/am62x_evm_r5_ethboot_defconfig
AgeCommit message (Collapse)Author
2025-12-31configs: Remove default malloc length for K3 R5 SPLAndrew Davis
These values are already the default, remove them from these defconfigs. Signed-off-by: Andrew Davis <afd@ti.com> Reviewed-by: Bryan Brattlof <bb@ti.com>
2025-10-04global: Add expected space between '#include' and directiveTom Rini
These files had '#include<file.h>' rather than '#include <file.h>' which while functional is not the correct style. Signed-off-by: Tom Rini <trini@konsulko.com>
2025-06-14configs: use lowercase hex prefix styleE Shattow
Use consistent lowercase hex prefix style in configs/* Signed-off-by: E Shattow <e@freeshell.de>
2024-08-30configs: am62: Add configs for enabling ETHBOOT in R5SPLKishon Vijay Abraham I
Add configs for enabling ETHBOOT in R5SPL. Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com> Signed-off-by: Andreas Dannenberg <dannenberg@ti.com> Signed-off-by: Siddharth Vadapalli <s-vadapalli@ti.com> Signed-off-by: Chintan Vankar <c-vankar@ti.com>