commit | fea1c47f5481871f9aad70a02dc8c66b91332774 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Tue Jan 20 11:25:44 2015 +0800 |
committer | Simon Glass <sjg@chromium.org> | Fri Jan 23 17:24:55 2015 -0700 |
tree | a65ecf824c766339502bb6fb3ef6ff38e0b7fbac | |
parent | 3b621ccabdccb34891bb58865a9654a09c2b7279 [diff] |
x86: Fix various code format issues in start16.S Various minor code format issues are fixed in start16.S: - U-boot -> U-Boot - 32bit -> 32-bit - Use TAB instead of SPACE to indent - Move the indention location of the GDT comment block Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>