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

📄 head-omap.s

📁 omap3 linux 2.6 用nocc去除了冗余代码
💻 S
字号:
/* * linux/arch/arm/boot/compressed/head-omap.S * * OMAP specific tweaks.  This is merged into head.S by the linker. * */#include <linux/linkage.h>#include <asm/mach-types.h>		.section        ".start", "ax"__OMAP_start:#ifdef CONFIG_MACH_OMAP_PERSEUS2		/* support for booting without u-boot */		mov	r7, #(MACH_TYPE_OMAP_PERSEUS2 & ~0xf)		orr	r7, r7, #(MACH_TYPE_OMAP_PERSEUS2 & 0xf)#endif

⌨️ 快捷键说明

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