Home
last modified time | relevance | path

Searched hist:"1 a56fcea9f47ce9184f4dafd3e856de2d85d47cd" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/board/freescale/common/
H A Dmpc85xx_sleep.c1a56fcea9f47ce9184f4dafd3e856de2d85d47cd Mon Apr 20 03:16:56 UTC 2015 Tang Yuantian <Yuantian.Tang@freescale.com> fsl/deepsleep: avoid the DDR restore from being optimized out

Function dp_ddr_restore is to restore the first 128-byte space
of DDR. However those codes may be optimized out by compiler
since the destination address is at 0x0. In order to avoid
compiler optimization, we restore the space from high address,
which is not at 0x0, to low address.

Signed-off-by: Tang Yuantian <Yuantian.Tang@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>