u-boot-brain/arch/arm/mach-zynq
Michal Simek 5a60a548f7 arm: zynq: Fix types in ps7_spl_init
The patch is fixing the following Warning:
arch/arm/mach-zynq/ps7_spl_init.c:133:24: warning: comparison between
signed and unsigned integer expressions [-Wsign-compare]
    while (ioread(addr) < delay)
                        ^

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
2018-01-30 14:28:31 +01:00
..
include/mach mtd: zynq: nand: Move board_nand_init() function to board.c 2017-11-29 08:02:40 +01:00
clk.c zynq: Move zynq to clock framework 2017-02-17 10:22:46 +01:00
cpu.c zynq: Move zynq to clock framework 2017-02-17 10:22:46 +01:00
ddrc.c arm: zynq: Add Kconfig option for any DDR specific initialization 2017-06-20 16:41:44 +02:00
Kconfig spl: add hierarchical defaults for SPL_LDSCRIPT 2017-08-13 17:12:37 +02:00
lowlevel_init.S ARM: zynq: move SoC sources to mach-zynq 2015-04-29 11:19:05 +02:00
Makefile arm: zynq: Move ps7_* to separate file 2017-11-29 08:02:39 +01:00
ps7_spl_init.c arm: zynq: Fix types in ps7_spl_init 2018-01-30 14:28:31 +01:00
slcr.c arm: zynq: Use unsigned type with comparison with ARRAY_SIZE 2017-11-29 08:02:39 +01:00
spl.c arm: zynq: Move ps7_* to separate file 2017-11-29 08:02:39 +01:00
timer.c zynq: Move zynq to clock framework 2017-02-17 10:22:46 +01:00
u-boot-spl.lds spl: arm: Make sure to include all of the u_boot_list entries 2016-03-16 15:27:55 -04:00
u-boot.lds zynq: Add EFI runtime sections to linker script 2017-08-02 09:11:51 +02:00