u-boot-brain/arch/mips/mach-ath79
Marek Vasut 43a092ffdd 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>
2016-05-21 01:36:38 +02:00
..
ar933x ath79: ar933x: use BIT macro for bit shift operation 2016-05-21 01:36:38 +02:00
include/mach mips: ath79: Fix ar71xx_regs.h indent 2016-05-21 01:36:38 +02:00
qca953x mips: ath79: add support for QCA953x SOCs 2016-05-21 01:25:50 +02:00
cpu.c ath79: add readonly attribute for ath79_soc_desc 2016-05-21 01:36:38 +02:00
dram.c mips: add base support for QCA/Atheros ath79 SOCs 2016-05-21 01:25:50 +02:00
Kconfig mips: ath79: add AP143 reference board 2016-05-21 01:25:50 +02:00
Makefile mips: ath79: add support for QCA953x SOCs 2016-05-21 01:25:50 +02:00
reset.c mips: ath79: Fix compiler warning on const assignment 2016-05-21 01:36:38 +02:00