diff options
author | Simon Glass <sjg@chromium.org> | 2019-12-28 10:45:12 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-01-17 17:53:52 -0500 |
commit | addc376318d765902027021d88f693e95d1e1bcd (patch) | |
tree | 191fb7d7abbd351e7416d02f37d5f1d60de1271e /include/common.h | |
parent | b1b86099a6e2ca383e8afec9878eb67a7c2298b5 (diff) | |
download | u-boot-addc376318d765902027021d88f693e95d1e1bcd.tar.gz u-boot-addc376318d765902027021d88f693e95d1e1bcd.tar.bz2 u-boot-addc376318d765902027021d88f693e95d1e1bcd.zip |
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/common.h')
-rw-r--r-- | include/common.h | 5 |
1 files 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, wd@denx.de. |