📄 head-omap.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 + -