Re: [U-Boot] [PATCH] ARM: DRA7xx: Enable NFS boot command

2016-02-29 Thread Tom Rini
On Fri, Feb 26, 2016 at 02:04:20PM -0600, Andrew F. Davis wrote:


> NFS loading works on DRA7 variants, remove the undefinition.
> 
> Signed-off-by: Andrew F. Davis 
>

Well, true enough that it works, and could be enabled more widely.  I
guess I'm ambivalent about enabling it here (and on other TI platforms
too):

Reviewed-by: Tom Rini 

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH] ARM: DRA7xx: Enable NFS boot command

2016-02-28 Thread Lokesh Vutla
+ Tom

On Saturday 27 February 2016 01:34 AM, Andrew F. Davis wrote:
> NFS loading works on DRA7 variants, remove the undefinition.
> 
> Signed-off-by: Andrew F. Davis 
> ---
>  configs/dra72_evm_defconfig   | 1 -
>  configs/dra7xx_evm_defconfig  | 1 -
>  configs/dra7xx_evm_qspiboot_defconfig | 1 -
>  configs/dra7xx_evm_uart3_defconfig| 1 -

You might also want to update in dra74_evm_defconfig

Thanks and regards,
Lokesh

>  4 files changed, 4 deletions(-)
> 
> diff --git a/configs/dra72_evm_defconfig b/configs/dra72_evm_defconfig
> index b5bd798..a8a2b65 100644
> --- a/configs/dra72_evm_defconfig
> +++ b/configs/dra72_evm_defconfig
> @@ -9,7 +9,6 @@ CONFIG_SPL_STACK_R_ADDR=0x8200
>  # CONFIG_CMD_IMLS is not set
>  # CONFIG_CMD_FLASH is not set
>  # CONFIG_CMD_SETEXPR is not set
> -# CONFIG_CMD_NFS is not set
>  CONFIG_OF_CONTROL=y
>  CONFIG_DM=y
>  CONFIG_SPI_FLASH=y
> diff --git a/configs/dra7xx_evm_defconfig b/configs/dra7xx_evm_defconfig
> index f98e7b7..b69dc53 100644
> --- a/configs/dra7xx_evm_defconfig
> +++ b/configs/dra7xx_evm_defconfig
> @@ -7,6 +7,5 @@ CONFIG_SPL_STACK_R_ADDR=0x8200
>  # CONFIG_CMD_IMLS is not set
>  # CONFIG_CMD_FLASH is not set
>  # CONFIG_CMD_SETEXPR is not set
> -# CONFIG_CMD_NFS is not set
>  CONFIG_SPI_FLASH=y
>  CONFIG_SPI_FLASH_BAR=y
> diff --git a/configs/dra7xx_evm_qspiboot_defconfig 
> b/configs/dra7xx_evm_qspiboot_defconfig
> index f14fa62..c823fe6 100644
> --- a/configs/dra7xx_evm_qspiboot_defconfig
> +++ b/configs/dra7xx_evm_qspiboot_defconfig
> @@ -8,5 +8,4 @@ CONFIG_SYS_EXTRA_OPTIONS="QSPI_BOOT"
>  # CONFIG_CMD_IMLS is not set
>  # CONFIG_CMD_FLASH is not set
>  # CONFIG_CMD_SETEXPR is not set
> -# CONFIG_CMD_NFS is not set
>  CONFIG_SPI_FLASH=y
> diff --git a/configs/dra7xx_evm_uart3_defconfig 
> b/configs/dra7xx_evm_uart3_defconfig
> index 8882260..4c6aeb6 100644
> --- a/configs/dra7xx_evm_uart3_defconfig
> +++ b/configs/dra7xx_evm_uart3_defconfig
> @@ -9,5 +9,4 @@ CONFIG_SYS_EXTRA_OPTIONS="SPL_YMODEM_SUPPORT"
>  # CONFIG_CMD_IMLS is not set
>  # CONFIG_CMD_FLASH is not set
>  # CONFIG_CMD_SETEXPR is not set
> -# CONFIG_CMD_NFS is not set
>  CONFIG_SPI_FLASH=y
> 
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH] ARM: DRA7xx: Enable NFS boot command

2016-02-26 Thread Andrew F. Davis
NFS loading works on DRA7 variants, remove the undefinition.

Signed-off-by: Andrew F. Davis 
---
 configs/dra72_evm_defconfig   | 1 -
 configs/dra7xx_evm_defconfig  | 1 -
 configs/dra7xx_evm_qspiboot_defconfig | 1 -
 configs/dra7xx_evm_uart3_defconfig| 1 -
 4 files changed, 4 deletions(-)

diff --git a/configs/dra72_evm_defconfig b/configs/dra72_evm_defconfig
index b5bd798..a8a2b65 100644
--- a/configs/dra72_evm_defconfig
+++ b/configs/dra72_evm_defconfig
@@ -9,7 +9,6 @@ CONFIG_SPL_STACK_R_ADDR=0x8200
 # CONFIG_CMD_IMLS is not set
 # CONFIG_CMD_FLASH is not set
 # CONFIG_CMD_SETEXPR is not set
-# CONFIG_CMD_NFS is not set
 CONFIG_OF_CONTROL=y
 CONFIG_DM=y
 CONFIG_SPI_FLASH=y
diff --git a/configs/dra7xx_evm_defconfig b/configs/dra7xx_evm_defconfig
index f98e7b7..b69dc53 100644
--- a/configs/dra7xx_evm_defconfig
+++ b/configs/dra7xx_evm_defconfig
@@ -7,6 +7,5 @@ CONFIG_SPL_STACK_R_ADDR=0x8200
 # CONFIG_CMD_IMLS is not set
 # CONFIG_CMD_FLASH is not set
 # CONFIG_CMD_SETEXPR is not set
-# CONFIG_CMD_NFS is not set
 CONFIG_SPI_FLASH=y
 CONFIG_SPI_FLASH_BAR=y
diff --git a/configs/dra7xx_evm_qspiboot_defconfig 
b/configs/dra7xx_evm_qspiboot_defconfig
index f14fa62..c823fe6 100644
--- a/configs/dra7xx_evm_qspiboot_defconfig
+++ b/configs/dra7xx_evm_qspiboot_defconfig
@@ -8,5 +8,4 @@ CONFIG_SYS_EXTRA_OPTIONS="QSPI_BOOT"
 # CONFIG_CMD_IMLS is not set
 # CONFIG_CMD_FLASH is not set
 # CONFIG_CMD_SETEXPR is not set
-# CONFIG_CMD_NFS is not set
 CONFIG_SPI_FLASH=y
diff --git a/configs/dra7xx_evm_uart3_defconfig 
b/configs/dra7xx_evm_uart3_defconfig
index 8882260..4c6aeb6 100644
--- a/configs/dra7xx_evm_uart3_defconfig
+++ b/configs/dra7xx_evm_uart3_defconfig
@@ -9,5 +9,4 @@ CONFIG_SYS_EXTRA_OPTIONS="SPL_YMODEM_SUPPORT"
 # CONFIG_CMD_IMLS is not set
 # CONFIG_CMD_FLASH is not set
 # CONFIG_CMD_SETEXPR is not set
-# CONFIG_CMD_NFS is not set
 CONFIG_SPI_FLASH=y
-- 
2.7.2

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot