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
373
BOARD_KERNEL_PAGESIZE
:= $(strip $(
BOARD_KERNEL_PAGESIZE
))
374
ifdef
BOARD_KERNEL_PAGESIZE
375
INTERNAL_BOOTIMAGE_ARGS += --pagesize $(
BOARD_KERNEL_PAGESIZE
)
661
BOARD_KERNEL_PAGESIZE
:= $(strip $(
BOARD_KERNEL_PAGESIZE
))
662
ifdef
BOARD_KERNEL_PAGESIZE
663
INTERNAL_RECOVERYIMAGE_ARGS += --pagesize $(
BOARD_KERNEL_PAGESIZE
)
[
all
...]
Completed in 39 milliseconds