Skip to content

Commit

Permalink
[syterkit] support linux 6.7 bootup
Browse files Browse the repository at this point in the history
  • Loading branch information
YuzukiTsuru committed Nov 27, 2023
1 parent a4e884e commit 7140639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/SyterKit/app/syter_boot/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ extern uint32_t __stack_ddr_srv_start;
extern uint32_t __stack_ddr_srv_end;

#define CONFIG_KERNEL_FILENAME "zImage"
#define CONFIG_DTB_FILENAME "sunxi.dtb"
#define CONFIG_DTB_FILENAME "sun8i-v851s-tinyvision.dtb"

#define CONFIG_SDMMC_SPEED_TEST_SIZE 1024 // (unit: 512B sectors)

Expand Down

0 comments on commit 7140639

Please sign in to comment.