From patchwork Thu Jul 16 19:08:56 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nishanth Menon X-Patchwork-Id: 496821 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 7332D1402B1 for ; Fri, 17 Jul 2015 05:09:34 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=mLzfGIOX; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 11DCF4B662; Thu, 16 Jul 2015 21:09:22 +0200 (CEST) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zJuJIFofcHCf; Thu, 16 Jul 2015 21:09:21 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 12E854B666; Thu, 16 Jul 2015 21:09:14 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id A42B14A039 for ; Thu, 16 Jul 2015 21:09:08 +0200 (CEST) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id UsQUCrAnGdsE for ; Thu, 16 Jul 2015 21:09:08 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-oi0-f52.google.com (mail-oi0-f52.google.com [209.85.218.52]) by theia.denx.de (Postfix) with ESMTPS id 29E484A033 for ; Thu, 16 Jul 2015 21:09:04 +0200 (CEST) Received: by oigd21 with SMTP id d21so14476944oig.1 for ; Thu, 16 Jul 2015 12:09:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references; bh=4edN24At0B5gjzOKC15qbMEUhUQ9m9uI0EE5dI4lv7c=; b=mLzfGIOXVDsbe5hWGuTbGPJQHv5lTEzyauzMsPAgpshs0rwQSMiNGUrM5BEmypPAk0 E9F3xV0cUra+Tq4AhFX6hWsxPtxslhO3R0jYNfKU2DGp6gpfi93bTsIMHrK7gnaVEHJc QzWPQ+NnMhz/HSPUIOVoPhIAeY8n1hPvgIXEBFlkpk5fmE1lSlx7qTm/L4W1ssl5JN31 C+nISPTfVQbcPGHThDJKkK4MWonxOzKsjCzJc4737e0R4tHs0eh6o201FMSbEmvOw1aO vM6zGM39d/pQL3RXRGwkCtXuN4UHyywFF3zb7P9/+oYBI/WLyDvG0hXEc5zvkmUCDLUN 3aaw== X-Received: by 10.182.129.19 with SMTP id ns19mr9889952obb.3.1437073742940; Thu, 16 Jul 2015 12:09:02 -0700 (PDT) Received: from localhost (pool-71-170-163-35.dllstx.fios.verizon.net. [71.170.163.35]) by smtp.gmail.com with ESMTPSA id y1sm4888730oia.8.2015.07.16.12.09.02 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 16 Jul 2015 12:09:02 -0700 (PDT) From: Nishanth Menon To: Vitaly Andrianov , Tom Rini Date: Thu, 16 Jul 2015 14:08:56 -0500 Message-Id: <1437073738-25289-3-git-send-email-nm@ti.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1437073738-25289-1-git-send-email-nm@ti.com> References: <1437073738-25289-1-git-send-email-nm@ti.com> Cc: u-boot@lists.denx.de Subject: [U-Boot] [PATCH V2 2/4] board: ks2_evm: get rid of bogus CONFIG_LINUX_BOOT_PARAM_ADDR X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" CONFIG_LINUX_BOOT_PARAM_ADDR is not a valid configuration option. Do just like what the rest of the world does. Suggested-by: Tom Rini Signed-off-by: Nishanth Menon Acked-By: Murali Karicheri Acked-by: Vitaly Andrianov --- New patch. board/ti/ks2_evm/board.c | 2 +- include/configs/ks2_evm.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/board/ti/ks2_evm/board.c b/board/ti/ks2_evm/board.c index 8892a2843df4..0cefb3404403 100644 --- a/board/ti/ks2_evm/board.c +++ b/board/ti/ks2_evm/board.c @@ -48,7 +48,7 @@ int dram_init(void) int board_init(void) { - gd->bd->bi_boot_params = CONFIG_LINUX_BOOT_PARAM_ADDR; + gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE + 0x100; return 0; } diff --git a/include/configs/ks2_evm.h b/include/configs/ks2_evm.h index e05d56cd8262..d838f270018b 100644 --- a/include/configs/ks2_evm.h +++ b/include/configs/ks2_evm.h @@ -307,7 +307,6 @@ #define CONFIG_OF_BOARD_SETUP #define CONFIG_SYS_BARGSIZE 1024 #define CONFIG_SYS_LOAD_ADDR (CONFIG_SYS_SDRAM_BASE + 0x08000000) -#define CONFIG_LINUX_BOOT_PARAM_ADDR (CONFIG_SYS_SDRAM_BASE + 0x100) #define CONFIG_SUPPORT_RAW_INITRD