Initial changes for initail bootup.

Initial changes for initail bootup.

Change-Id: I90c5c6ddc738eadfe18c30559b14615e5e73ae52
Signed-off-by: Satish Kamuju <skamuj@codeaurora.org>
This commit is contained in:
Satish Kamuju 2015-05-27 15:16:33 +05:30
parent 186318ca45
commit b0715fdbcf
4 changed files with 4 additions and 8 deletions

View File

@ -75,6 +75,7 @@ KERNEL_MODULES_INSTALL := system
KERNEL_MODULES_OUT := $(TARGET_OUT)/lib/modules
TARGET_PREBUILT_KERNEL := $(TARGET_PREBUILT_INT_KERNEL)
$(info TARGET_PREBUILT_KERNEL is $(TARGET_PREBUILT_KERNEL))
define mv-modules
mdpath=`find $(KERNEL_MODULES_OUT) -type f -name modules.dep`;\

View File

@ -14,7 +14,7 @@
# Based on the ia64 boot/Makefile.
#
include $(srctree)/arch/arm64/boot/dts/Makefile
include $(srctree)/arch/arm64/boot/dts/qcom/Makefile
targets := Image Image.gz

View File

@ -6,13 +6,6 @@ targets += dtbs
#used for cleaning - not building
subdir- := qcom
DTB_NAMES := $(subst $\",,$(CONFIG_BUILD_ARM64_APPENDED_DTB_IMAGE_NAMES))
ifneq ($(DTB_NAMES),)
DTB_LIST := $(addsuffix .dtb,$(DTB_NAMES))
else
DTB_LIST := $(dtb-y)
endif
targets += $(DTB_LIST)
dtbs: $(addprefix $(obj)/, $(DTB_LIST))

View File

@ -44,6 +44,8 @@ CONFIG_SMP=y
CONFIG_SCHED_MC=y
CONFIG_PREEMPT=y
CONFIG_ARMV7_COMPAT=y
CONFIG_BUILD_ARM64_APPENDED_DTB_IMAGE=y
CONFIG_BUILD_ARM64_APPENDED_DTB_IMAGE_NAMES="msm8952-cdp msm8952-mtp"
CONFIG_BALANCE_ANON_FILE_RECLAIM=y
CONFIG_PROCESS_RECLAIM=y
# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set