OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BOARD_KERNEL_PAGESIZE
(Results
1 - 2
of
2
) sorted by null
/device/samsung/crespo/
BoardConfigCommon.mk
56
BOARD_KERNEL_PAGESIZE
:= 4096
/build/core/
Makefile
387
BOARD_KERNEL_PAGESIZE
:= $(strip $(
BOARD_KERNEL_PAGESIZE
))
388
ifdef
BOARD_KERNEL_PAGESIZE
389
INTERNAL_BOOTIMAGE_ARGS += --pagesize $(
BOARD_KERNEL_PAGESIZE
)
614
BOARD_KERNEL_PAGESIZE
:= $(strip $(
BOARD_KERNEL_PAGESIZE
))
615
ifdef
BOARD_KERNEL_PAGESIZE
616
INTERNAL_RECOVERYIMAGE_ARGS += --pagesize $(
BOARD_KERNEL_PAGESIZE
)
[
all
...]
Completed in 868 milliseconds