arm64: kernel 4.4.x bringup enablement

Enable DEVPTS_MULTIPLE_INSTANCES in kernel configuration file
to avoid the devpts mounting hang issue during bootup when
running LinuxKit.

Signed-off-by: Dennis Chen <dennis.chen@arm.com>
This commit is contained in:
Dennis Chen 2017-08-09 02:41:21 +00:00
parent bbf8741002
commit 7f313870a9
2 changed files with 3039 additions and 2 deletions

View File

@ -121,6 +121,4 @@ endef
# #
$(eval $(call kernel,4.9.41,4.9.x)) $(eval $(call kernel,4.9.41,4.9.x))
$(eval $(call kernel,4.9.41,4.9.x,_dbg)) $(eval $(call kernel,4.9.41,4.9.x,_dbg))
ifneq ($(ARCH), aarch64)
$(eval $(call kernel,4.4.80,4.4.x)) $(eval $(call kernel,4.4.80,4.4.x))
endif

File diff suppressed because it is too large Load Diff