
21 Jun
2023
21 Jun
'23
7:57 a.m.
Hi Tom,
On 19/06/23 18:48, Tom Rini wrote:
On Mon, Jun 19, 2023 at 03:14:01PM +0530, Nikhil M Jain wrote:
This patch series aims at mitigating warnings occurred during compilation by including required header files and using appropriate types for variables which are typecasted.
Nikhil M Jain (2): board: ti: am62x: evm: Include necessary header files common: splash_source: Fix type casting errors.
board/ti/am62x/evm.c | 1 + common/splash_source.c | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-)
What is this on top of, or what changes have been made to stock defconfigs to make these problems appear?
These errors appear when you enable CONFIG_SPLASH_SOURCE and CONFIG_FIT is enabled.
Thanks, Nikhil