aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-12-28 10:45:12 -0700
committerJagan Teki <jagan@amarulasolutions.com>2020-01-24 23:06:49 +0530
commit5692e8f7b44c0794ecfe8de92bc64897518623d0 (patch)
treeeab7a9eba205f31dd1f4b606ec58d64ec5e933f1 /include
parentaebfee8aeec3813e3bc9d98d4b743523e8b5b59b (diff)
downloadu-boot-5692e8f7b44c0794ecfe8de92bc64897518623d0.zip
u-boot-5692e8f7b44c0794ecfe8de92bc64897518623d0.tar.gz
u-boot-5692e8f7b44c0794ecfe8de92bc64897518623d0.tar.bz2
common: Update comment to show progress
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 <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/common.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/common.h b/include/common.h
index 388d98a..0ef8505 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, wd@denx.de.