[U-Boot] [PATCH] README: fix typo FAT_ENV_DEV_AND_PART

From: Nicolae Rosia Nicolae_Rosia@Mentor.com
The actual define symbol is FAT_ENV_DEVICE_AND_PART
Signed-off-by: Nicolae Rosia Nicolae_Rosia@Mentor.com --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README b/README index 00830d7..d6b430a 100644 --- a/README +++ b/README @@ -4115,7 +4115,7 @@ but it can not erase, write this NOR flash by SRIO or PCIE interface.
Define this to a string that is the name of the block device.
- - FAT_ENV_DEV_AND_PART: + - FAT_ENV_DEVICE_AND_PART:
Define this to a string to specify the partition of the device. It can be as following:

On Mon, Nov 21, 2016 at 05:33:58PM +0200, Nicolae Rosia wrote:
From: Nicolae Rosia Nicolae_Rosia@Mentor.com
The actual define symbol is FAT_ENV_DEVICE_AND_PART
Signed-off-by: Nicolae Rosia Nicolae_Rosia@Mentor.com
Applied to u-boot/master, thanks!
participants (2)
-
Nicolae Rosia
-
Tom Rini