1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-13 19:18:56 +00:00

cross: don't use MICROPY_FORCE_32BIT=1 (no need for that)

This commit is contained in:
Pavol Rusnak 2018-01-05 01:07:05 +01:00
parent 8eb071f371
commit 26ac0b6e52
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -18,7 +18,7 @@ UNIX_PORT_OPTS ?= TREZOR_X86=0
else
UNIX_PORT_OPTS ?= TREZOR_X86=1
endif
CROSS_PORT_OPTS ?= MICROPY_FORCE_32BIT=1
CROSS_PORT_OPTS ?=
ifeq ($(DISPLAY_ILI9341V), 1)
CFLAGS += -DDISPLAY_ILI9341V=1