mirror of
https://xff.cz/git/u-boot/
synced 2025-09-20 01:52:09 +02:00
On x86 the global data pointer is stored in register fs. On x86_64 no register is used for the global data pointer. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org>