|
@@ -129,7 +129,7 @@ void ci_reset_smc(struct radeon_device *rdev)
|
|
|
|
|
|
int ci_program_jump_on_start(struct radeon_device *rdev)
|
|
|
{
|
|
|
- static u8 data[] = { 0xE0, 0x00, 0x80, 0x40 };
|
|
|
+ static const u8 data[] = { 0xE0, 0x00, 0x80, 0x40 };
|
|
|
|
|
|
return ci_copy_bytes_to_smc(rdev, 0x0, data, 4, sizeof(data)+1);
|
|
|
}
|