]> git.baikalelectronics.ru Git - uboot.git/commit
gpio: Use more command-specific enums values
authorSimon Glass <sjg@chromium.org>
Mon, 21 Jan 2019 21:53:20 +0000 (14:53 -0700)
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Fri, 1 Feb 2019 15:59:12 +0000 (16:59 +0100)
commit6c20e64f241adddc985e2d2eab6b42b536b7bb1c
treea99c9d2802c1a6226a260455852827d9aa3e9adc
parent336e21b5837ffdebd11e787d5843d15b58d256e0
gpio: Use more command-specific enums values

At present this file uses GPIO_OUTPUT and GPIO_INPUT as its sub-command
values. These are pretty generic names. Add a 'C' suffix to avoid possible
conflicts.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
cmd/gpio.c