projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8be996a
)
rk3188: system use 8k sram
author
黄涛
<huangtao@rock-chips.com>
Mon, 14 Jan 2013 07:17:47 +0000
(15:17 +0800)
committer
黄涛
<huangtao@rock-chips.com>
Mon, 14 Jan 2013 07:17:47 +0000
(15:17 +0800)
arch/arm/mach-rk3188/include/mach/memory.h
patch
|
blob
|
history
diff --git
a/arch/arm/mach-rk3188/include/mach/memory.h
b/arch/arm/mach-rk3188/include/mach/memory.h
index 970e1d8adb3c6f0dc1df7e3b803ae8b290a0961a..deefaf35fbf994c78e20c31be236bd4b094c8ce4 100644
(file)
--- a/
arch/arm/mach-rk3188/include/mach/memory.h
+++ b/
arch/arm/mach-rk3188/include/mach/memory.h
@@
-7,9
+7,9
@@
/*
* SRAM memory whereabouts
*/
-#define SRAM_CODE_OFFSET (RK30_IMEM_BASE + 0x0100)
-#define SRAM_CODE_END
(RK30_IMEM_BASE + 0x1
FFF)
-#define SRAM_DATA_OFFSET
(RK30_IMEM_BASE + 0x2
000)
-#define SRAM_DATA_END
(RK30_IMEM_BASE + 0x2
FFF - 64)
+#define SRAM_CODE_OFFSET
(RK30_IMEM_BASE + 0x0100)
+#define SRAM_CODE_END
(RK30_IMEM_BASE + 0x0
FFF)
+#define SRAM_DATA_OFFSET
(RK30_IMEM_BASE + 0x1
000)
+#define SRAM_DATA_END
(RK30_IMEM_BASE + 0x1
FFF - 64)
#endif