public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH V4 1/4] README: fix references to config_cmd_default.h
@ 2012-08-06  2:07 Stephen Warren
  2012-08-06  2:07 ` [U-Boot] [PATCH V4 2/4] ARM: arm1176: enable instruction cache in arch_cpu_init() Stephen Warren
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Stephen Warren @ 2012-08-06  2:07 UTC (permalink / raw)
  To: u-boot

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>
---
v4: No change
v3: No change
v2: New patch
---
 README |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README b/README
index dac46f3..a7deaf4 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"
+		<config_cmd_all.h> and #undef'ing unwanted
+		commands, or using <config_cmd_default.h>
 		and augmenting with additional #define's
 		for wanted commands.
 
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-10-02  6:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-06  2:07 [U-Boot] [PATCH V4 1/4] README: fix references to config_cmd_default.h Stephen Warren
2012-08-06  2:07 ` [U-Boot] [PATCH V4 2/4] ARM: arm1176: enable instruction cache in arch_cpu_init() Stephen Warren
2012-10-02  6:15   ` Simon Glass
2012-08-06  2:07 ` [U-Boot] [PATCH V4 3/4] ARM: add basic support for the Broadcom BCM2835 SoC Stephen Warren
2012-08-06  2:07 ` [U-Boot] [PATCH V4 4/4] ARM: add Raspberry Pi model B board, using " Stephen Warren
2012-08-06 18:47   ` Tom Rini
2012-08-10 16:07 ` [U-Boot] [PATCH V4 1/4] README: fix references to config_cmd_default.h Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox