1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-11 05:46:20 +01:00
Files
u-boot-megous/arch
Patrick Delaunay 745b676d00 stm32mp1: bsec: Fix warnings when compiling with W=1
This patch solves the following warnings:

arch/arm/mach-stm32mp/bsec.c: In function 'stm32mp_bsec_read':
warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  if (offset >= STM32_BSEC_OTP_OFFSET) {
             ^~
arch/arm/mach-stm32mp/bsec.c: In function 'stm32mp_bsec_write':
warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  if (offset >= STM32_BSEC_OTP_OFFSET) {
             ^~
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
2019-07-12 11:50:54 +02:00
..
2019-05-18 08:15:35 -04:00
2019-05-18 08:15:35 -04:00
2019-06-20 10:44:25 +05:30
2019-06-14 12:42:06 +02:00
2019-05-18 08:15:35 -04:00