From patchwork Tue Mar 15 12:14:18 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mugunthan V N X-Patchwork-Id: 63868 Delivered-To: patch@linaro.org Received: by 10.112.199.169 with SMTP id jl9csp624957lbc; Tue, 15 Mar 2016 05:16:36 -0700 (PDT) X-Received: by 10.194.63.7 with SMTP id c7mr30169690wjs.168.1458044196108; Tue, 15 Mar 2016 05:16:36 -0700 (PDT) Return-Path: Received: from theia.denx.de (theia.denx.de. [85.214.87.163]) by mx.google.com with ESMTP id 143si24318596wml.21.2016.03.15.05.16.35; Tue, 15 Mar 2016 05:16:36 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 85.214.87.163 as permitted sender) client-ip=85.214.87.163; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 85.214.87.163 as permitted sender) smtp.mailfrom=u-boot-bounces@lists.denx.de Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 8E940A7703; Tue, 15 Mar 2016 13:15:33 +0100 (CET) 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 jtmdheZe1k-8; Tue, 15 Mar 2016 13:15:33 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 0D06EA774C; Tue, 15 Mar 2016 13:15:14 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id ADE09A76F1 for ; Tue, 15 Mar 2016 13:15:07 +0100 (CET) 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 ILvdZc_NvMXC for ; Tue, 15 Mar 2016 13:15:07 +0100 (CET) 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 arroyo.ext.ti.com (arroyo.ext.ti.com [192.94.94.40]) by theia.denx.de (Postfix) with ESMTPS id 53984A76C5 for ; Tue, 15 Mar 2016 13:14:51 +0100 (CET) Received: from dflxv15.itg.ti.com ([128.247.5.124]) by arroyo.ext.ti.com (8.13.7/8.13.7) with ESMTP id u2FCEo6F011966; Tue, 15 Mar 2016 07:14:50 -0500 Received: from DFLE73.ent.ti.com (dfle73.ent.ti.com [128.247.5.110]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id u2FCEomE022741; Tue, 15 Mar 2016 07:14:50 -0500 Received: from dflp33.itg.ti.com (10.64.6.16) by DFLE73.ent.ti.com (128.247.5.110) with Microsoft SMTP Server id 14.3.224.2; Tue, 15 Mar 2016 07:14:49 -0500 Received: from a0131834lt.india.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by dflp33.itg.ti.com (8.14.3/8.13.8) with ESMTP id u2FCELNV018761; Tue, 15 Mar 2016 07:14:47 -0500 From: Mugunthan V N To: Date: Tue, 15 Mar 2016 17:44:18 +0530 Message-ID: <1458044059-18363-10-git-send-email-mugunthanvnm@ti.com> X-Mailer: git-send-email 2.7.2.333.g70bd996 In-Reply-To: <1458044059-18363-1-git-send-email-mugunthanvnm@ti.com> References: <1458044059-18363-1-git-send-email-mugunthanvnm@ti.com> MIME-Version: 1.0 Cc: Tom Rini , Sekhar Nori , Kishon Vijay Abraham I Subject: [U-Boot] [PATCH 09/10] configs: am43xx: Add am43xx_evm_usbspl_defconfig 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: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" From: Kishon Vijay Abraham I Add a new config to support usb rndis boot for am43xx. Signed-off-by: Kishon Vijay Abraham I Signed-off-by: Mugunthan V N --- board/ti/am43xx/MAINTAINERS | 1 + configs/am43xx_evm_usbspl_defconfig | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 configs/am43xx_evm_usbspl_defconfig -- 2.7.2.333.g70bd996 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot diff --git a/board/ti/am43xx/MAINTAINERS b/board/ti/am43xx/MAINTAINERS index 96ef85b..ed3add7 100644 --- a/board/ti/am43xx/MAINTAINERS +++ b/board/ti/am43xx/MAINTAINERS @@ -9,3 +9,4 @@ F: configs/am43xx_evm_ethboot_defconfig F: configs/am43xx_evm_usbhost_boot_defconfig F: configs/am437x_gp_evm_defconfig F: configs/am437x_sk_evm_defconfig +F: configs/am43xx_evm_usbspl_defconfig diff --git a/configs/am43xx_evm_usbspl_defconfig b/configs/am43xx_evm_usbspl_defconfig new file mode 100644 index 0000000..d83a4da --- /dev/null +++ b/configs/am43xx_evm_usbspl_defconfig @@ -0,0 +1,9 @@ +CONFIG_ARM=y +CONFIG_TARGET_AM43XX_EVM=y +CONFIG_SPL=y +CONFIG_SYS_EXTRA_OPTIONS="SERIAL1,CONS_INDEX=1,NAND,SPL_USBETH_SUPPORT" +# CONFIG_CMD_IMLS is not set +# CONFIG_CMD_FLASH is not set +# CONFIG_CMD_SETEXPR is not set +CONFIG_SPI_FLASH_BAR=y +CONFIG_SPI_FLASH=y