u-boot-brain/arch/arm/mach-stm32mp
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
..
include/mach stm32mp1: export get_cpu_package function 2019-07-12 11:18:53 +02:00
bsec.c stm32mp1: bsec: Fix warnings when compiling with W=1 2019-07-12 11:50:54 +02:00
cmd_poweroff.c stm32mp1: add command poweroff 2019-04-12 16:09:13 +02:00
cmd_stm32key.c stm32mp1: key: add stm32key command 2019-07-12 11:18:53 +02:00
config.mk stm32mp1: add trusted boot with TF-A 2019-04-12 16:09:13 +02:00
cpu.c stm32mp1: Fix warnings when compiling with W=1 2019-07-12 11:50:54 +02:00
dram_init.c SPDX: Convert all of our multiple license tags to Linux Kernel style 2018-05-07 10:24:31 -04:00
fdt.c stm32mp1: update device tree with ETZPC status 2019-07-12 11:18:53 +02:00
Kconfig stm32mp1: activate OF_BOARD_SETUP and FDT_FIXUP_PARTITIONS 2019-07-12 11:50:53 +02:00
Makefile stm32mp1: key: add stm32key command 2019-07-12 11:18:53 +02:00
psci.c stm32mp1: psci: add synchronization with ROM code 2019-05-23 11:36:46 +02:00
pwr_regulator.c stm32mp: regulator: add SoC pwr regulator support 2018-05-08 09:07:38 -04:00
spl.c stm32mp1: spl: hang with trace when DDR init failed 2019-04-12 16:09:13 +02:00
syscon.c stm32mp1: syscon: remove stgen 2019-07-12 11:18:53 +02:00