diff options
author | Simon Glass <sjg@chromium.org> | 2015-03-06 13:19:01 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-04-18 11:11:37 -0600 |
commit | d79c50af26d1f083478340182b0220d2f019944d (patch) | |
tree | fa6d5b8e6d673166b1c5ccbb617a92c521a31d89 /include/configs/sandbox.h | |
parent | ee2b24340fd1d63a27ac4ed6ac828ade1469dbe7 (diff) | |
download | u-boot-d79c50af26d1f083478340182b0220d2f019944d.tar.gz |
sandbox: Move GPIO CONFIGs to Kconfig
Move these over to Kconfig and tidy up.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/sandbox.h')
-rw-r--r-- | include/configs/sandbox.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h index 630e503383..5ad4761c72 100644 --- a/include/configs/sandbox.h +++ b/include/configs/sandbox.h @@ -51,8 +51,6 @@ #define CONFIG_SYS_VSNPRINTF #define CONFIG_CMD_GPIO -#define CONFIG_SANDBOX_GPIO -#define CONFIG_SANDBOX_GPIO_COUNT 128 #define CONFIG_CMD_GPT #define CONFIG_PARTITION_UUIDS |