public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH V2 0/2] Fix warnings occurred during compilation
@ 2023-06-21 10:59 Nikhil M Jain
  2023-06-21 10:59 ` [PATCH V2 1/2] board: ti: am62x: evm: Include necessary header files Nikhil M Jain
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Nikhil M Jain @ 2023-06-21 10:59 UTC (permalink / raw)
  To: u-boot; +Cc: n-jain1, trini, devarsht, vigneshr, nsekhar, sjg

This patch series aims at fixing warnings which occur during
compilation, by including required header files and using appropriate
types for variables which are typecasted.

Changes in V2:
- Type cast bmp_load_addr to uintptr_t at places necessary rather than
  changing argument type.

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 | 6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2023-07-21 23:35 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-21 10:59 [PATCH V2 0/2] Fix warnings occurred during compilation Nikhil M Jain
2023-06-21 10:59 ` [PATCH V2 1/2] board: ti: am62x: evm: Include necessary header files Nikhil M Jain
2023-07-21 23:34   ` Tom Rini
2023-06-21 10:59 ` [PATCH V2 2/2] common: splash_source: Fix type casting errors Nikhil M Jain
2023-07-21 23:34   ` Tom Rini
2023-07-19 11:14 ` [PATCH V2 0/2] Fix warnings occurred during compilation Nikhil M Jain
2023-07-19 11:58   ` Tom Rini
2023-07-19 13:14     ` [EXTERNAL] " Nikhil M Jain
2023-07-19 13:18       ` Tom Rini
2023-07-20  6:05         ` Nikhil M Jain

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox