diff options
author | Simon Glass <sjg@chromium.org> | 2016-03-11 22:07:35 -0700 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2016-03-17 10:27:27 +0800 |
commit | 93a1c3cd54313f9d0ece5aba417e7feeedd503a9 (patch) | |
tree | dcd072e9505c397e01e4ab16cef1df7e2faf4d7c /include/configs/x86-chromebook.h | |
parent | 1cb1611fc6e6223b5281e5e0187855eb0b9f719d (diff) | |
download | u-boot-93a1c3cd54313f9d0ece5aba417e7feeedd503a9.tar.gz |
x86: Fix a header nit in x86-chromebook.h
There is an extra line in the comment in the header. Remove it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'include/configs/x86-chromebook.h')
-rw-r--r-- | include/configs/x86-chromebook.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/x86-chromebook.h b/include/configs/x86-chromebook.h index ae969b98eb..c94096a349 100644 --- a/include/configs/x86-chromebook.h +++ b/include/configs/x86-chromebook.h @@ -1,5 +1,4 @@ /* - * * Copyright (c) 2015 Google, Inc * * SPDX-License-Identifier: GPL-2.0+ |