Skip to content

Commit

Permalink
m1721: fix splash
Browse files Browse the repository at this point in the history
  • Loading branch information
tdrkDev committed Feb 12, 2022
1 parent a90f5bf commit b7f6d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/aboot/aboot.c
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ struct fastboot_cmd_desc {
#endif

#define MAX_TAGS_SIZE 1024
#define PLL_CODES_OFFSET 4096
#define PLL_CODES_OFFSET 0
/* make 4096 as default size to ensure EFS,EXT4's erasing */
#define DEFAULT_ERASE_SIZE 4096
#define MAX_PANEL_BUF_SIZE 196
Expand Down

0 comments on commit b7f6d29

Please sign in to comment.