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:
0a322d8
)
rk30: pm: ddr_testmode on ddr
author
黄涛
<huangtao@rock-chips.com>
Wed, 29 Aug 2012 11:47:25 +0000
(19:47 +0800)
committer
黄涛
<huangtao@rock-chips.com>
Wed, 29 Aug 2012 11:53:37 +0000
(19:53 +0800)
arch/arm/mach-rk30/pm.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-rk30/pm.c
b/arch/arm/mach-rk30/pm.c
index 5b2ac0866d57deed89b65052b67e5a13298336b0..2fd6d7059ffa9078338230fc1ccc4cb1106e84ba 100644
(file)
--- a/
arch/arm/mach-rk30/pm.c
+++ b/
arch/arm/mach-rk30/pm.c
@@
-83,7
+83,7
@@
static int inline calc_crc32(u32 addr, size_t len)
}
extern __sramdata uint32_t mem_type;
-static void
__sramfunc
ddr_testmode(void)
+static void ddr_testmode(void)
{
int32_t g_crc1, g_crc2;
uint32_t nMHz;
@@
-171,7
+171,7
@@
static void __sramfunc ddr_testmode(void)
}
}
#else
-static void
__sramfunc
ddr_testmode(void) {}
+static void ddr_testmode(void) {}
#endif
static noinline void rk30_pm_dump_irq(void)