Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/mips/mach-ath79/
H A Dreset.c43a092ffdd5edd6a66e8e9ec34372f3abd396486 Fri May 06 18:10:35 UTC 2016 Marek Vasut <marex@denx.de> mips: ath79: Fix compiler warning on const assignment

The assignment const T var; var = value; is illegal, since var is
constant. Drop the const to fix the compiler warning.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Cc: Wills Wang <wills.wang@live.com>