[U-Boot] [PATCH] AM3517 CraneBoard: Fix typo on CONFIG_CMD_STORAGE
Tom Rini
trini at konsulko.com
Sun Feb 5 23:00:31 UTC 2017
On Fri, Feb 03, 2017 at 11:49:38AM +0100, Lars Poeschel wrote:
> This trivial patch fixes a typo in the board config of the AM3517
> CraneBoard: CONGIG_CMD_STORAGE -> CONFIG_CMD_STORAGE
>
> Signed-off-by: Lars Poeschel <poeschel at lemonage.de>
> ---
> include/configs/am3517_crane.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/configs/am3517_crane.h b/include/configs/am3517_crane.h
> index 5d568604a6..31a28aa7bf 100644
> --- a/include/configs/am3517_crane.h
> +++ b/include/configs/am3517_crane.h
> @@ -88,7 +88,7 @@
>
> #ifdef CONFIG_USB_MUSB_HCD
>
> -#define CONGIG_CMD_STORAGE
> +#define CONFIG_CMD_STORAGE
>
> #ifdef CONFIG_USB_KEYBOARD
> #define CONFIG_SYS_USB_EVENT_POLL
But CONFIG_CMD_STORAGE isn't a real symbol at all, there's just 4 typos
of 'CONGIG_CMD_STORAGE', so lets just delete them all, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170205/4458f89a/attachment.sig>
More information about the U-Boot
mailing list