diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2015-02-08 00:14:02 +0200 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2015-02-08 00:14:05 +0200 |
commit | 7089e6a8916b1107b62be804fc49d9fe6d97b310 (patch) | |
tree | 459b45a6ab2cf3482dfb60041c2a8666b064cd8e | |
parent | 18e5856a259b14353a094c31c7a02f706bce8501 (diff) | |
download | meta-raspberrypi-7089e6a8916b1107b62be804fc49d9fe6d97b310.tar.gz |
linux-raspberrypi.inc: Remove machine specific CMDLINE definition
This is already a raspberrypi specific recipe. So this is useless and would
break other machines.
Change-Id: Ie1d627384255660d7e213833fd4433f47c0edc1d
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r-- | recipes-kernel/linux/linux-raspberrypi.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi.inc b/recipes-kernel/linux/linux-raspberrypi.inc index ff0c5ce..017b7d3 100644 --- a/recipes-kernel/linux/linux-raspberrypi.inc +++ b/recipes-kernel/linux/linux-raspberrypi.inc | |||
@@ -17,7 +17,7 @@ PV_append = "+git${SRCREV}" | |||
17 | KERNEL_DEFCONFIG = "bcmrpi_defconfig" | 17 | KERNEL_DEFCONFIG = "bcmrpi_defconfig" |
18 | 18 | ||
19 | # CMDLINE for raspberrypi | 19 | # CMDLINE for raspberrypi |
20 | CMDLINE_raspberrypi = "dwc_otg.lpm_enable=0 console=ttyAMA0,115200 kgdboc=ttyAMA0,115200 root=/dev/mmcblk0p2 rootfstype=ext4 rootwait" | 20 | CMDLINE = "dwc_otg.lpm_enable=0 console=ttyAMA0,115200 kgdboc=ttyAMA0,115200 root=/dev/mmcblk0p2 rootfstype=ext4 rootwait" |
21 | 21 | ||
22 | UDEV_GE_141 ?= "1" | 22 | UDEV_GE_141 ?= "1" |
23 | 23 | ||