⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 uboot-s3c2410-nand.patch

📁 Uboot常用的移植patches, 方便定制移植到s3c2440
💻 PATCH
字号:
Index: u-boot/cpu/arm920t/s3c24x0/nand.c===================================================================--- u-boot.orig/cpu/arm920t/s3c24x0/nand.c+++ u-boot/cpu/arm920t/s3c24x0/nand.c@@ -122,7 +122,9 @@ } #endif -int board_nand_init(struct nand_chip *nand)+int board_nand_init(void) __attribute__((weak, alias("__board_nand_init")));++int __board_nand_init(struct nand_chip *nand) { 	u_int32_t cfg; 	u_int8_t tacls, twrph0, twrph1;Index: u-boot/include/s3c24x0.h===================================================================--- u-boot.orig/include/s3c24x0.h+++ u-boot/include/s3c24x0.h@@ -1122,4 +1122,6 @@  #endif +int __board_nand_init(struct nand_chip *nand);+ #endif /*__S3C24X0_H__*/

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -