Peter Maydell
9d8299bf93
hw/mips/malta: Fix minor dead code issue
...
Coverity points out (in CID 1508390) that write_bootloader has
some dead code, where we assign to 'p' and then in the following
line assign to it again. This happened as a result of the
refactoring in commit cd5066f8618b.
Fix the dead code by removing the 'void *v' variable entirely and
instead adding a cast when calling bl_setup_gt64120_jump_kernel(), as
we do at its other callsite in write_bootloader_nanomips().
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
2023-05-12 15:43:38 +01:00
..
2023-04-28 11:31:54 +02:00
2023-04-24 22:56:55 -04:00
2022-07-18 13:20:14 +01:00
2023-02-08 07:28:05 +01:00
2023-05-10 16:02:58 +01:00
2023-03-08 00:37:48 +01:00
2022-04-06 14:31:55 +02:00
2023-05-10 14:15:13 +02:00
2023-05-05 10:49:50 +10:00
2023-04-27 16:37:28 +02:00
2023-01-16 17:51:20 +01:00
2021-05-02 17:24:51 +02:00
2023-04-24 22:56:55 -04:00
2023-05-05 12:34:22 -03:00
2023-03-20 12:43:50 +01:00
2023-03-20 12:43:50 +01:00
2023-02-27 22:29:02 +01:00
2023-03-13 15:39:31 +04:00
2023-04-11 14:13:29 +01:00
2023-04-24 22:56:55 -04:00
2023-04-28 11:31:54 +02:00
2023-03-20 12:43:50 +01:00
2023-05-06 11:19:50 +08:00
2023-01-08 01:54:22 -05:00
2023-01-08 01:54:22 -05:00
2023-03-10 14:31:37 +00:00
2023-04-04 19:29:13 +08:00
2023-04-21 04:25:52 -04:00
2023-04-21 04:25:52 -04:00
2023-02-27 13:27:05 +00:00
2023-05-12 15:43:38 +01:00
2023-05-02 15:47:40 +01:00
2023-05-02 15:47:41 +01:00
2022-10-17 16:15:10 -03:00
2023-02-27 22:29:01 +01:00
2023-04-28 11:31:54 +02:00
2023-03-03 17:11:22 +00:00
2023-03-22 15:06:57 +00:00
2023-04-21 04:25:52 -04:00
2023-04-24 22:56:55 -04:00
2023-04-28 11:31:54 +02:00
2021-05-02 17:24:50 +02:00
2023-05-05 12:34:22 -03:00
2023-04-28 08:05:37 +02:00
2023-02-08 07:28:05 +01:00
2023-05-05 10:49:50 +10:00
2023-03-20 12:43:50 +01:00
2022-10-27 11:34:31 +01:00
2023-04-21 04:25:52 -04:00
2023-05-10 14:15:13 +02:00
2023-05-02 15:47:41 +01:00
2023-02-27 09:15:38 +01:00
2023-02-27 22:29:02 +01:00
2023-03-02 03:10:46 -05:00
2022-05-12 12:29:44 +02:00
2023-04-21 04:25:52 -04:00
2023-04-03 16:12:30 +01:00
2023-04-20 10:21:14 +01:00
2023-04-20 08:17:15 -04:00
2021-07-20 20:10:21 +02:00
2023-05-10 16:02:58 +01:00
2023-05-09 09:30:13 -06:00
2023-04-28 11:31:54 +02:00
2023-04-20 10:21:13 +01:00
2023-04-21 04:25:52 -04:00
2023-03-24 14:52:14 +00:00
2022-05-06 15:27:40 -07:00
2023-03-01 08:22:49 +00:00
2022-06-06 18:09:03 +00:00