commit | 65db0c9549495adb6faa3a52ab0ca4064b56199f | [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 | 80d2976cc840e1f892e41a3fd4a6fb16797f5413 [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>