tizen 2.4 release
[profile/mobile/platform/kernel/u-boot-tm1.git] / arch / arm / cpu / arm926ejs / sc8800x / remap.c
1 #include <config.h>
2 #include <asm/arch/bits.h>
3 #include <asm/arch/regs_global.h>
4 #include <linux/types.h>
5
6 #define MEM_REMAP_REG 0x20900218
7 void mem_remap(void)
8 {
9         REG32(MEM_REMAP_REG)=0;
10 }