]> git.sur5r.net Git - u-boot/commitdiff
rockchip: config: Enable the 'gpio' command
authorSimon Glass <sjg@chromium.org>
Fri, 22 Jan 2016 02:45:09 +0000 (19:45 -0700)
committerSimon Glass <sjg@chromium.org>
Fri, 22 Jan 2016 03:42:37 +0000 (20:42 -0700)
Now that we have a pretty good GPIO driver, enable the 'gpio' command on all
rockchip boards.

Signed-off-by: Simon Glass <sjg@chromium.org>
include/configs/rk3288_common.h

index b9ff5a5c82f3215517e8196f2c4ffd7e0401d825..ebf1ab09b39a84133ee84441f0e782e8f8a3154e 100644 (file)
@@ -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