diff options
| author | Scott Wood <[email protected]> | 2015-03-20 19:28:12 -0700 |
|---|---|---|
| committer | York Sun <[email protected]> | 2015-04-23 08:55:56 -0700 |
| commit | b991b981e04eddb30c47fe97fbcfb05099b4fd88 (patch) | |
| tree | 6996f71da439721a7ba123d91c2a7793193eab57 /arch/arm/include | |
| parent | 12eaf31c0709840d6448d45ebfaecccadc34afa3 (diff) | |
fsl-lsch3: Introduce place for common early SoC init
Signed-off-by: Scott Wood <[email protected]>
Signed-off-by: York Sun <[email protected]>
Diffstat (limited to 'arch/arm/include')
| -rw-r--r-- | arch/arm/include/asm/arch-fsl-lsch3/soc.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-fsl-lsch3/soc.h b/arch/arm/include/asm/arch-fsl-lsch3/soc.h new file mode 100644 index 00000000000..16b723d6002 --- /dev/null +++ b/arch/arm/include/asm/arch-fsl-lsch3/soc.h @@ -0,0 +1,8 @@ +/* + * Copyright 2015 Freescale Semiconductor + * + * SPDX-License-Identifier: GPL-2.0+ + */ + +void fsl_lsch3_early_init_f(void); + |
