344707de787d14ecf3c750efb33c7552a253d6dd
[profile/mobile/platform/kernel/u-boot-tm1.git] / arch / arm / cpu / armv7 / sc8825 / lowlevel_init.c
1 #include <linux/types.h>
2 #include <asm/arch/migrate.h>
3 #include <asm/arch/sdram_init.h>
4
5 void lowlevel_init(void)
6 {
7         
8         Chip_Init();
9 }
10 /*
11  *  * Called in case of an exception.
12  *   */
13 void hang(void)
14 {
15         /* Loop forever */
16         while (1) ;
17 }
18