commit | 6bafd24fc75a9dde94a0837b204b7b9d88140537 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Tue Aug 01 16:33:33 2017 -0700 |
committer | Simon Glass <sjg@chromium.org> | Mon Sep 11 21:43:58 2017 -0600 |
tree | cb4efb55f65c3248153cddf4ee0293c3497f186a | |
parent | 99b324a3e0a2e8d53471ee42052531ae2fd7e604 [diff] |
sandbox: Introduce Kconfig option for 32/64 bit host It seems most of the time we are building and running sandbox on 64-bit host. But we do support 32-bit host as well. Introduce Kconfig option for this. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>