mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
README: fix references to config_cmd_default.h
All usage of config_cmd_default.h uses <> for the include statement. Update the README to do the same, rather than using "". Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>
This commit is contained in:
parent
f418597369
commit
c6c621bdb5
1 changed files with 2 additions and 2 deletions
4
README
4
README
|
@ -744,8 +744,8 @@ The following options need to be configured:
|
|||
- Monitor Functions:
|
||||
Monitor commands can be included or excluded
|
||||
from the build by using the #include files
|
||||
"config_cmd_all.h" and #undef'ing unwanted
|
||||
commands, or using "config_cmd_default.h"
|
||||
<config_cmd_all.h> and #undef'ing unwanted
|
||||
commands, or using <config_cmd_default.h>
|
||||
and augmenting with additional #define's
|
||||
for wanted commands.
|
||||
|
||||
|
|
Loading…
Reference in a new issue