From patchwork Fri Apr 13 22:20:05 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tom Rini X-Patchwork-Id: 152410 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 1BEB9B6F9A for ; Sat, 14 Apr 2012 08:21:26 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 37DA8280A9; Sat, 14 Apr 2012 00:21:12 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de 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 dduDEU9YNFAR; Sat, 14 Apr 2012 00:21:11 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 896CE280C2; Sat, 14 Apr 2012 00:20:37 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 0050E2808C for ; Sat, 14 Apr 2012 00:20:28 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de 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 3Jm-EVgp4fXb for ; Sat, 14 Apr 2012 00:20:27 +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-ob0-f172.google.com (mail-ob0-f172.google.com [209.85.214.172]) by theia.denx.de (Postfix) with ESMTPS id 7F50828090 for ; Sat, 14 Apr 2012 00:20:15 +0200 (CEST) Received: by mail-ob0-f172.google.com with SMTP id tb4so4761801obb.3 for ; Fri, 13 Apr 2012 15:20:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:subject:date:message-id:x-mailer:in-reply-to :references; bh=c1VmFuXV74woAm5I/qnN7Eu3X9dXd6gLkemnm+3KDq0=; b=gUmGi4JjkD08mF/IOfXDfrJjKXJcxOh5L8V5nP6HQf5EOFU4iI6o4t+GjTjLpqRPsA /k29IiZyZWvOc2k6N0dSBS4YBDlyPSuKc6DlOcf8W//aPpD73Y675CWr8Ba/1HEEkd8H 5GMddtRaFyqmeZyHb2TLdrXaPwwVb4goyqyGkoaKMojAxz43ff5cYNtW2KHHemT5FVwn bt3pmo82yspG1Qe/F2EDnT4vIYsDFHsPL2WFtPlbFvrkPBezwF/zYBWbQyw74IJwmtOQ AAUZy+xC515WvOsXIQUunpuy4rlYfZx+oS6RsKmrJPaZFlMcC1Q+oLe1i3tR49ccNCYw UXAA== Received: by 10.60.20.38 with SMTP id k6mr4641149oee.26.1334355615247; Fri, 13 Apr 2012 15:20:15 -0700 (PDT) Received: from localhost.localdomain (ip68-230-54-74.ph.ph.cox.net. [68.230.54.74]) by mx.google.com with ESMTPS id r8sm9514125oer.6.2012.04.13.15.20.13 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 13 Apr 2012 15:20:14 -0700 (PDT) From: Tom Rini To: u-boot@lists.denx.de Date: Fri, 13 Apr 2012 15:20:05 -0700 Message-Id: <1334355606-16491-8-git-send-email-trini@ti.com> X-Mailer: git-send-email 1.7.0.4 In-Reply-To: <1334355606-16491-1-git-send-email-trini@ti.com> References: <1334355606-16491-1-git-send-email-trini@ti.com> Subject: [U-Boot] [PATCH 07/08] include/configs: Remove CONFIG_SYS_64BIT_STRTOUL X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de This define does not control anything, remove it. Signed-off-by: Tom Rini --- include/configs/P1023RDS.h | 2 -- include/configs/P2020COME.h | 1 - include/configs/p1_p2_rdb_pc.h | 2 -- 3 files changed, 0 insertions(+), 5 deletions(-) diff --git a/include/configs/P1023RDS.h b/include/configs/P1023RDS.h index b7236b2..e632d1b 100644 --- a/include/configs/P1023RDS.h +++ b/include/configs/P1023RDS.h @@ -310,8 +310,6 @@ extern unsigned long get_clock_freq(void); #define CONFIG_OF_BOARD_SETUP #define CONFIG_OF_STDOUT_VIA_ALIAS -#define CONFIG_SYS_64BIT_STRTOUL - /* new uImage format support */ #define CONFIG_FIT #define CONFIG_FIT_VERBOSE /* enable fit_format_{error,warning}() */ diff --git a/include/configs/P2020COME.h b/include/configs/P2020COME.h index 12f9860..28122ec 100644 --- a/include/configs/P2020COME.h +++ b/include/configs/P2020COME.h @@ -416,7 +416,6 @@ extern unsigned long get_board_sys_clk(unsigned long dummy); #endif /* Misc Extra Settings */ -#define CONFIG_SYS_64BIT_STRTOUL 1 #define CONFIG_CMD_DHCP 1 #define CONFIG_CMD_DATE 1 diff --git a/include/configs/p1_p2_rdb_pc.h b/include/configs/p1_p2_rdb_pc.h index c52f070..2d68d2e 100644 --- a/include/configs/p1_p2_rdb_pc.h +++ b/include/configs/p1_p2_rdb_pc.h @@ -534,8 +534,6 @@ #define CONFIG_OF_BOARD_SETUP #define CONFIG_OF_STDOUT_VIA_ALIAS -#define CONFIG_SYS_64BIT_STRTOUL - /* new uImage format support */ #define CONFIG_FIT #define CONFIG_FIT_VERBOSE /* enable fit_format_{error,warning}() */