mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
rk3026: memory.h fix for smp
This commit is contained in:
@@ -1 +1,15 @@
|
||||
#include <../../mach-rk2928/include/mach/memory.h>
|
||||
#ifndef __MACH_MEMORY_H
|
||||
#define __MACH_MEMORY_H
|
||||
|
||||
#include <plat/memory.h>
|
||||
#include <mach/io.h>
|
||||
|
||||
/*
|
||||
* SRAM memory whereabouts
|
||||
*/
|
||||
#define SRAM_CODE_OFFSET (RK2928_IMEM_BASE + 0x0010)
|
||||
#define SRAM_CODE_END (RK2928_IMEM_BASE + 0x0FFF)
|
||||
#define SRAM_DATA_OFFSET (RK2928_IMEM_BASE + 0x1000)
|
||||
#define SRAM_DATA_END (RK2928_IMEM_BASE + 0x1FFF)
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user