x86: Tidy up the GDT size in start/16.S
authorSimon Glass <sjg@chromium.org>
Sat, 15 Mar 2025 14:25:36 +0000 (14:25 +0000)
committerTom Rini <trini@konsulko.com>
Thu, 3 Apr 2025 17:41:55 +0000 (11:41 -0600)
commit3c7ab12249a986267f0eb60dffaa85c1f254148e
treedf5a437cd4955ad1f84682eff937a0de4fc7659f
parentaae07e3df82e83ee4bd922dea34c9b35f2658b65
x86: Tidy up the GDT size in start/16.S

Use a symbol to select the size of the GDT, rather than hard-coding a
value. This matches how it is done in start64

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/cpu/start.S
arch/x86/cpu/start16.S