device/generic/common
修订版 | 740fa83831c0e44c68b9421274357ab9391c140c (tree) |
---|---|
时间 | 2016-09-27 16:13:33 |
作者 | Chih-Wei Huang <cwhuang@linu...> |
Commiter | Chih-Wei Huang |
Remove androidboot.hardware from cmdline
Now the target name is hardcoded into android init.
@@ -77,7 +77,7 @@ TARGET_HARDWARE_3D := true | ||
77 | 77 | BOARD_EGL_CFG ?= device/generic/common/gpu/egl_mesa.cfg |
78 | 78 | endif |
79 | 79 | |
80 | -BOARD_KERNEL_CMDLINE := root=/dev/ram0 androidboot.hardware=$(TARGET_PRODUCT) | |
80 | +BOARD_KERNEL_CMDLINE := root=/dev/ram0 | |
81 | 81 | |
82 | 82 | COMPATIBILITY_ENHANCEMENT_PACKAGE := true |
83 | 83 | PRC_COMPATIBILITY_PACKAGE := true |