* [U-Boot] [PATCH] ARM: DRA7xx: Enable NFS boot command
@ 2016-02-26 20:04 Andrew F. Davis
2016-02-29 7:38 ` Lokesh Vutla
2016-03-01 1:58 ` Tom Rini
0 siblings, 2 replies; 3+ messages in thread
From: Andrew F. Davis @ 2016-02-26 20:04 UTC (permalink / raw)
To: u-boot
NFS loading works on DRA7 variants, remove the undefinition.
Signed-off-by: Andrew F. Davis <afd@ti.com>
---
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=0x82000000
# 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=0x82000000
# 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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [U-Boot] [PATCH] ARM: DRA7xx: Enable NFS boot command
2016-02-26 20:04 [U-Boot] [PATCH] ARM: DRA7xx: Enable NFS boot command Andrew F. Davis
@ 2016-02-29 7:38 ` Lokesh Vutla
2016-03-01 1:58 ` Tom Rini
1 sibling, 0 replies; 3+ messages in thread
From: Lokesh Vutla @ 2016-02-29 7:38 UTC (permalink / raw)
To: u-boot
+ 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 <afd@ti.com>
> ---
> 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=0x82000000
> # 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=0x82000000
> # 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
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot] [PATCH] ARM: DRA7xx: Enable NFS boot command
2016-02-26 20:04 [U-Boot] [PATCH] ARM: DRA7xx: Enable NFS boot command Andrew F. Davis
2016-02-29 7:38 ` Lokesh Vutla
@ 2016-03-01 1:58 ` Tom Rini
1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2016-03-01 1:58 UTC (permalink / raw)
To: u-boot
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 <afd@ti.com>
>
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 <trini@konsulko.com>
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160229/dab449c2/attachment.sig>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-03-01 1:58 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-26 20:04 [U-Boot] [PATCH] ARM: DRA7xx: Enable NFS boot command Andrew F. Davis
2016-02-29 7:38 ` Lokesh Vutla
2016-03-01 1:58 ` Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox