u-boot-brain/arch/arm/mach-at91
Simon Glass db41d65a97 common: Move hang() to the same header as panic()
At present panic() is in the vsprintf.h header file. That does not seem
like an obvious choice for hang(), even though it relates to panic(). So
let's put hang() in its own header.

Signed-off-by: Simon Glass <sjg@chromium.org>
[trini: Migrate a few more files]
Signed-off-by: Tom Rini <trini@konsulko.com>
2020-01-17 17:53:40 -05:00
..
arm920t common: Move reset_cpu() to the CPU header 2020-01-17 14:02:31 -05:00
arm926ejs common: Move reset_cpu() to the CPU header 2020-01-17 14:02:31 -05:00
armv7 common: Move reset_cpu() to the CPU header 2020-01-17 14:02:31 -05:00
include/mach First set of u-boot-atmel features for 2020.04 cycle 2020-01-07 08:44:56 -05:00
Kconfig board: atmel: Add sam9x60ek board 2019-10-08 09:16:11 +03:00
Makefile ARM: at91: sfr: convert to Kconfig 2019-10-08 09:16:11 +03:00
atmel_sfr.c ARM: at91: Rename sama5_sfr.h to at91_sfr.h 2019-10-08 09:16:11 +03:00
bootparams_atmel.S SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
clock.c watchdog: at91sam9_wdt: Remove now superfluous wdt start and reset 2019-04-26 09:16:32 +02:00
config.mk arm: v7: Kconfig: Rename CPU_V7 as CPU_V7A 2018-05-07 15:53:24 -04:00
matrix.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
mpddrc.c ARM: at91: mpddrc: add lpddr2 initialization procedure 2019-10-08 09:16:11 +03:00
phy.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
sdram.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
spl.c common: Move hang() to the same header as panic() 2020-01-17 17:53:40 -05:00
spl_at91.c common: Move hang() to the same header as panic() 2020-01-17 17:53:40 -05:00
spl_atmel.c common: Move hang() to the same header as panic() 2020-01-17 17:53:40 -05:00