From: Stephen Warren Date: Sun, 5 Aug 2012 16:07:19 +0000 (+0000) Subject: README: fix references to config_cmd_default.h X-Git-Tag: v2012.10-rc1~234 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c6c621bdb50532a7a41c9de4922a774470cfe93d;p=kernel%2Fu-boot.git 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 --- diff --git a/README b/README index fb9d904..da4341f 100644 --- a/README +++ b/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" + and #undef'ing unwanted + commands, or using and augmenting with additional #define's for wanted commands.