forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 61598093bbdd283a7edc367d900f223070ead8d2
kernel/drivers/gpu/drm/nouveau/nvkm/subdev/bios/base.c
....@@ -33,7 +33,7 @@
3333 {
3434 u32 p = *addr;
3535
36
- if (*addr > bios->image0_size && bios->imaged_addr) {
36
+ if (*addr >= bios->image0_size && bios->imaged_addr) {
3737 *addr -= bios->image0_size;
3838 *addr += bios->imaged_addr;
3939 }