On 11/02/2011 01:00 AM, Heiko Schocher wrote:
> +inline void hang(void)
> +{
> + puts("### ERROR ### Please RESET the board ###\n");
> + for (;;)
> + ;
> +}
Why is this inline?
> diff --git a/arch/arm/cpu/arm926ejs/start.S b/arch/arm/cpu/arm926ejs/start.S
> index 86a0dc2..339c
Signed-off-by: Heiko Schocher
Cc: Albert ARIBAUD
Cc: Sandeep Paulraj
Cc: Scott Wood
---
change for v6:
- moved arch/arm/cpu/arm926ejs/davinci/spl_nand.c to
drivers/mtd/nand/nand_spl_load.c as Scoot Wood suggested.
compiled through CONFIG_SPL_NAND_LOAD define
Makefile
2 matches
Mail list logo