diff options
author | Joe Hershberger | 2011-10-13 13:03:48 +0000 |
---|---|---|
committer | Wolfgang Denk | 2011-10-22 01:21:35 +0200 |
commit | b3f44c21ea1a842eda757282d79e7c27efbf1f62 (patch) | |
tree | 960a15cb6b6b01a1173facd9b71f34058dd0e59c /doc | |
parent | 8b3637c662e8a322f542942e5ee76b95ed9d9e39 (diff) |
common: cosmetic: CONFIG_BOOTFILE checkpatch compliance
Remove MK_STR from places that consume CONFIG_BOOTFILE to force all definitions to be string literals.
Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
Cc: Joe Hershberger <joe.hershberger@gmail.com>
Cc: Wolfgang Denk <wd@denx.de>
Acked-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README.usb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.usb b/doc/README.usb index c4df9cd0512..ef1d6ba3660 100644 --- a/doc/README.usb +++ b/doc/README.usb @@ -169,7 +169,7 @@ All of these can be obtained from the bootp server if not set. #define CONFIG_IPADDR 10.0.0.2 (replace with your value) #define CONFIG_SERVERIP 10.0.0.1 (replace with your value) -#define CONFIG_BOOTFILE uImage +#define CONFIG_BOOTFILE "uImage" The 'usb start' command should identify the adapter something like this: |