Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/ram/
H A Dstm32_sdram.c14a50e37360231a096b4f39be8d64800aecd830c Tue May 30 13:06:31 UTC 2017 Patrice Chotard <patrice.chotard@st.com> drivers: ram: stm32: fix compilation issue

If CONFIG_CLK flag is not set, compilation raises the
following error message:

drivers/ram/stm32_sdram.c: In function 'stm32_fmc_probe':
drivers/ram/stm32_sdram.c:154:2: error: 'ret' undeclared (first use in this function)
ret = stm32_sdram_init(dev);

Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
cc: Vikas Manocha <vikas.manocha@st.com>