diff options
author | Marek Vasut <marex@denx.de> | 2016-05-06 18:10:35 (GMT) |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2016-05-20 23:36:38 (GMT) |
commit | 43a092ffdd5edd6a66e8e9ec34372f3abd396486 (patch) | |
tree | 5f2b6831251a4e3e448969b18304a2ffc5f79d39 /tools/rksd.c | |
parent | 0a6767efabedbddc2351d14695aa3a7d63657e2c (diff) | |
download | u-boot-43a092ffdd5edd6a66e8e9ec34372f3abd396486.tar.xz |
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>
Diffstat (limited to 'tools/rksd.c')
0 files changed, 0 insertions, 0 deletions