aboutsummaryrefslogtreecommitdiff
path: root/include/configs/sandbox.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2017-04-12 16:41:00 -0400
committerTom Rini <trini@konsulko.com>2017-04-13 09:41:09 -0400
commit6823e6fe66ad9e9043ca8a0da2d79f1d11af1f34 (patch)
tree84d7c3aaea8d38c386547501c8108e9bfd685f45 /include/configs/sandbox.h
parentcdce1f762029619e80061833b153cdbf3d0a0860 (diff)
downloadu-boot-6823e6fe66ad9e9043ca8a0da2d79f1d11af1f34.zip
u-boot-6823e6fe66ad9e9043ca8a0da2d79f1d11af1f34.tar.gz
u-boot-6823e6fe66ad9e9043ca8a0da2d79f1d11af1f34.tar.bz2
sandbox: Change CONFIG_SANDBOX_BITS_PER_LONG to hard-coded
Instead of having CONFIG_SANDBOX_BITS_PER_LONG in sandbox.h set to 64 with a comment to change to 32 on a 32bit host, simply set this to 64 in asm/types.h and have the comment be there. Cc: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/sandbox.h')
-rw-r--r--include/configs/sandbox.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h
index 7de8765..4c112cc 100644
--- a/include/configs/sandbox.h
+++ b/include/configs/sandbox.h
@@ -25,12 +25,6 @@
#define CONFIG_SYS_TIMER_RATE 1000000
#endif
-/*
- * Number of bits in a C 'long' on this architecture. Set this to 32 when
- * building on a 32-bit machine.
- */
-#define CONFIG_SANDBOX_BITS_PER_LONG 64
-
#define CONFIG_LMB
#define CONFIG_ANDROID_BOOT_IMAGE