summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZiyan <jaraidaniel@gmail.com>2015-10-15 20:29:16 +0200
committerZiyan <jaraidaniel@gmail.com>2016-01-17 20:18:12 +0100
commit556854b6af9d8bc5a7a72f1949083f36e96b868f (patch)
tree2a795bb90f8880e1598aac58ced09b07098a7476
parente65d9fac5bbf5fb02acae17239288e229c707655 (diff)
downloaddevice_samsung_tuna-556854b6af9d8bc5a7a72f1949083f36e96b868f.zip
device_samsung_tuna-556854b6af9d8bc5a7a72f1949083f36e96b868f.tar.gz
device_samsung_tuna-556854b6af9d8bc5a7a72f1949083f36e96b868f.tar.bz2
tuna: pass androidboot.hardware via kernel cmdline
In M, init no longer gets the hardware name from /proc/cpuinfo. Change-Id: I722cef8b8091192af68d2463bf19d687511962c9
-rwxr-xr-xBoardConfig.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 98c1c46..2aac6b9 100755
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -39,7 +39,7 @@ TARGET_BOARD_OMAP_CPU := 4460
# Kernel
BOARD_KERNEL_BASE := 0x80000000
-# BOARD_KERNEL_CMDLINE :=
+BOARD_KERNEL_CMDLINE := androidboot.hardware=$(TARGET_BOOTLOADER_BOARD_NAME)
TARGET_KERNEL_CONFIG := cyanogenmod_tuna_defconfig
TARGET_KERNEL_SOURCE := kernel/samsung/tuna