From: Simon Glass Date: Fri, 22 Jan 2016 02:45:09 +0000 (-0700) Subject: rockchip: config: Enable the 'gpio' command X-Git-Tag: v2025.01-rc5-pxa1908~10566 X-Git-Url: http://git.dujemihanovic.xyz/img/static/%7B%7B%20%24.Site.BaseURL%20%7D%7Dposts/index.xml?a=commitdiff_plain;h=30fc0fddede8aa5f3e762067771db57873955142;p=u-boot.git rockchip: config: Enable the 'gpio' command Now that we have a pretty good GPIO driver, enable the 'gpio' command on all rockchip boards. Signed-off-by: Simon Glass --- diff --git a/include/configs/rk3288_common.h b/include/configs/rk3288_common.h index b9ff5a5c82..ebf1ab09b3 100644 --- a/include/configs/rk3288_common.h +++ b/include/configs/rk3288_common.h @@ -79,6 +79,7 @@ #define CONFIG_CMD_CACHE #define CONFIG_CMD_TIME +#define CONFIG_CMD_GPIO #define CONFIG_SYS_SDRAM_BASE 0 #define CONFIG_NR_DRAM_BANKS 1