Re: [PATCH v2 35/35] common: Update comment to show progress

2020-01-20 Thread Tom Rini
On Sat, Dec 28, 2019 at 10:45:12AM -0700, Simon Glass wrote:

> This file doesn't include any declarations anymore but it does include
> other headers. Update the header comment to mention this.
> 
> Signed-off-by: Simon Glass 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PATCH v2 35/35] common: Update comment to show progress

2019-12-28 Thread Simon Glass
This file doesn't include any declarations anymore but it does include
other headers. Update the header comment to mention this.

Signed-off-by: Simon Glass 
---

Changes in v2: None

 include/common.h | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/include/common.h b/include/common.h
index 388d98a1db..0ef8505fc7 100644
--- a/include/common.h
+++ b/include/common.h
@@ -2,9 +2,8 @@
 /*
  * Common header file for U-Boot
  *
- * This file still includes quite a bit of stuff that should be in separate
- * headers. Please think before adding more things.
- * Patches to remove things are welcome.
+ * This file still includes quite a few headers that should be included
+ * individually as needed. Patches to remove things are welcome.
  *
  * (C) Copyright 2000-2009
  * Wolfgang Denk, DENX Software Engineering, w...@denx.de.
-- 
2.24.1.735.g03f4e72817-goog