From patchwork Thu Apr 4 10:46:47 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kim Kukjin X-Patchwork-Id: 2391841 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) by patchwork1.kernel.org (Postfix) with ESMTP id BA4CF3FD8C for ; Thu, 4 Apr 2013 10:49:12 +0000 (UTC) Received: from merlin.infradead.org ([205.233.59.134]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UNhjD-00064t-VR for patchwork-linux-arm@patchwork.kernel.org; Thu, 04 Apr 2013 10:49:12 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UNhiG-0007lJ-2t; Thu, 04 Apr 2013 10:48:12 +0000 Received: from mail-da0-x229.google.com ([2607:f8b0:400e:c00::229]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UNhhM-000799-8z for linux-arm-kernel@lists.infradead.org; Thu, 04 Apr 2013 10:47:17 +0000 Received: by mail-da0-f41.google.com with SMTP id w4so1087685dam.14 for ; Thu, 04 Apr 2013 03:47:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:from:to:cc:subject:date:message-id:x-mailer :in-reply-to:references; bh=7ijkh/fs8H5cf13zMJnIaOvMunADn3FkZBOr01UKC0k=; b=LxoNNHqGGQS5fzY2UoEqU3Ajhd1S/l8zLG4FYSXjXR6fjl4bOnB5ADigxbokPykMEf sNgF+OI1kWWUjOQYaXw19iqsz8ABvSTyUT/FDjbtY/xcj0IWRA79M9ICYotFXfMW5pRY MmsJXU0Xe1ZPgayZse1KXwAHMt+4JUavOddtZfXMF2UsEDzNM1NXkITZT/ZlJq2vlXgA 0zNbQz9/JFNs50D/yju8uQjfdCxKxiPBY3kMMxQfbqx0rsbATLyo9wLkIJeI5zJXA4oN cROmFHDVE/k+56uiGSqOfzomjt3pUFeES4p9JnA4kD4sJc2VHQM7Pb/PPku+4UrMrxtd 71xQ== X-Received: by 10.66.170.44 with SMTP id aj12mr8669352pac.31.1365072434520; Thu, 04 Apr 2013 03:47:14 -0700 (PDT) Received: from localhost.localdomain ([121.136.168.198]) by mx.google.com with ESMTPS id qh4sm10998802pac.8.2013.04.04.03.47.12 (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 04 Apr 2013 03:47:13 -0700 (PDT) From: Kukjin Kim To: linux-samsung-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree-discuss@lists.ozlabs.org Subject: [PATCH 4/4] ARM: dts: update bootargs to boot from sda2 for exynos5440-ssdk5440 Date: Thu, 4 Apr 2013 19:46:47 +0900 Message-Id: <1365072407-4320-5-git-send-email-kgene.kim@samsung.com> X-Mailer: git-send-email 1.7.4.4 In-Reply-To: <1365072407-4320-1-git-send-email-kgene.kim@samsung.com> References: <1365072407-4320-1-git-send-email-kgene.kim@samsung.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130404_064716_489857_04EC3BDF X-CRM114-Status: GOOD ( 11.04 ) X-Spam-Score: -1.1 (-) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-1.1 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.8 RCVD_IN_SORBS_WEB RBL: SORBS: sender is an abusable web server [121.136.168.198 listed in dnsbl.sorbs.net] 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (kgene.kim[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Cc: Subash Patel , Kukjin Kim X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org From: Subash Patel Updated the bootargs to boot the system with rootfs in hard-disk instead of ramdisk. Signed-off-by: Subash Patel Signed-off-by: Kukjin Kim --- arch/arm/boot/dts/exynos5440-ssdk5440.dts | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/arch/arm/boot/dts/exynos5440-ssdk5440.dts b/arch/arm/boot/dts/exynos5440-ssdk5440.dts index a21eb4c..d55042b 100644 --- a/arch/arm/boot/dts/exynos5440-ssdk5440.dts +++ b/arch/arm/boot/dts/exynos5440-ssdk5440.dts @@ -16,12 +16,8 @@ model = "SAMSUNG SSDK5440 board based on EXYNOS5440"; compatible = "samsung,ssdk5440", "samsung,exynos5440"; - memory { - reg = <0x80000000 0x80000000>; - }; - chosen { - bootargs = "root=/dev/ram0 rw ramdisk=8192 initrd=0x81000000,8M console=ttySAC0,115200 init=/linuxrc"; + bootargs = "root=/dev/sda2 rw rootwait ignore_loglevel early_printk no_console_suspend mem=2048M@0x80000000 console=ttySAC0,115200"; }; spi {