forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-11 04dd17822334871b23ea2862f7798fb0e0007777
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 }