Skip to content

Commit

Permalink
Update GPU_OFF to 0x28000
Browse files Browse the repository at this point in the history
  • Loading branch information
JJL772 committed Nov 5, 2024
1 parent ea5684f commit 14dd3e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_gpu/driver/src/data_gpu_top.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
#define PROM_SIZE 0x00050000
#define USER_OFF 0x00800000
#define USER_SIZE 0x00800000
#define GPU_OFF 0x00D00000
#define GPU_OFF 0x00028000

/* Function prototypes */
int32_t DataGpu_Init(void);
Expand Down

0 comments on commit 14dd3e9

Please sign in to comment.