diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2014-11-01 13:57:50 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2014-11-01 13:57:50 +0000 |
commit | 136d6420249860e58df7f03ae5bc5b479157501f (patch) | |
tree | 393821a213e8222ef2035be2db2c018c14812326 /target/linux/bcm53xx/patches-3.18/304-ARM-BCM5301X-Add-DT-for-Asus-RT-N18U.patch | |
parent | 8f02803dbddf907bf1e3de4156f2a8f50094454c (diff) | |
download | upstream-136d6420249860e58df7f03ae5bc5b479157501f.tar.gz upstream-136d6420249860e58df7f03ae5bc5b479157501f.tar.bz2 upstream-136d6420249860e58df7f03ae5bc5b479157501f.zip |
bcm53xx: activate early printk
This makes it possible to activate early printk.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43145 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/bcm53xx/patches-3.18/304-ARM-BCM5301X-Add-DT-for-Asus-RT-N18U.patch')
-rw-r--r-- | target/linux/bcm53xx/patches-3.18/304-ARM-BCM5301X-Add-DT-for-Asus-RT-N18U.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/bcm53xx/patches-3.18/304-ARM-BCM5301X-Add-DT-for-Asus-RT-N18U.patch b/target/linux/bcm53xx/patches-3.18/304-ARM-BCM5301X-Add-DT-for-Asus-RT-N18U.patch index d0f5a86a3c..d40c69e8d0 100644 --- a/target/linux/bcm53xx/patches-3.18/304-ARM-BCM5301X-Add-DT-for-Asus-RT-N18U.patch +++ b/target/linux/bcm53xx/patches-3.18/304-ARM-BCM5301X-Add-DT-for-Asus-RT-N18U.patch @@ -49,7 +49,7 @@ Signed-off-by: Rafał Miłecki <zajec5@gmail.com> + model = "Asus RT-N18U (BCM47081)"; + + chosen { -+ bootargs = "console=ttyS0,115200"; ++ bootargs = "console=ttyS0,115200 earlyprintk"; + }; + + memory { |