forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-19 890e1df1bec891d9203724541e81f8fbe5183388
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 }