rk30: io: add ROM map

This commit is contained in:
黄涛
2012-08-29 11:04:43 +08:00
parent c5dae4a597
commit 5352dd5de8
2 changed files with 2 additions and 0 deletions

View File

@@ -35,6 +35,7 @@
#define RK30_GPU_SIZE SZ_64K
#define RK30_ROM_PHYS 0x10100000
#define RK30_ROM_BASE RK30_IO_TO_VIRT0(RK30_ROM_PHYS)
#define RK30_ROM_SIZE SZ_16K
#define RK30_VCODEC_PHYS 0x10104000
#define RK30_VCODEC_SIZE SZ_16K

View File

@@ -28,6 +28,7 @@
}
static struct map_desc rk30_io_desc[] __initdata = {
RK30_DEVICE(ROM),
RK30_DEVICE(CORE),
RK30_DEVICE(CPU_AXI_BUS),
#if CONFIG_RK_DEBUG_UART == 0