mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
rk30: io: add ROM map
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user