change source file mode to 0644 instead of 0755
[profile/mobile/platform/kernel/u-boot-tm1.git] / arch / arm / cpu / armv7 / sc8830 / 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         Chip_Init();
8 }
9 /*
10  *  * Called in case of an exception.
11  *   */
12 void hang(void)
13 {
14         /* Loop forever */
15         while (1) ;
16 }
17