src/console: Bring back support for printf'ing 64bit ints
commit540b2adb6165a5a86bc575065445df63cf1516cf
authorPatrick Georgi <pgeorgi@google.com>
Thu, 21 Nov 2019 18:06:12 +0000 (21 19:06 +0100)
committerPatrick Georgi <pgeorgi@google.com>
Fri, 22 Nov 2019 15:56:54 +0000 (22 15:56 +0000)
treef8cd0e596d2f1485e0dbabb79043e6ce719e797b
parentd5e7a6d9c506be28308c3df6527eab2edca219bc
src/console: Bring back support for printf'ing 64bit ints

commit f96d9051c2 (Remove MIPS Architecture) accidentally enabled
a MIPS special case to not support 64bit integers in printf for
all platforms.

This removes that MIPS-only special case entirely.

Change-Id: I5245bb32b45f9bd37bd012a7b15a64fba24a4cb7
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/37113
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Jacob Garber <jgarber1@ualberta.ca>
Reviewed-by: Julius Werner <jwerner@chromium.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
src/console/vtxprintf.c