diff options
author | Stephen Warren <swarren@wwwdotorg.org> | 2012-08-05 16:07:19 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-09-01 14:58:20 +0200 |
commit | c6c621bdb50532a7a41c9de4922a774470cfe93d (patch) | |
tree | 454d5f03d6e2528faee861155351808b61aed08e | |
parent | f418597369c88912b8f7351eda02d28c3e1eb0d6 (diff) | |
download | u-boot-imx-c6c621bdb50532a7a41c9de4922a774470cfe93d.zip u-boot-imx-c6c621bdb50532a7a41c9de4922a774470cfe93d.tar.gz u-boot-imx-c6c621bdb50532a7a41c9de4922a774470cfe93d.tar.bz2 |
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>
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |