mirror of https://github.com/armbian/build.git
rk3318: enable uboot gpio command
This commit is contained in:
parent
2313d3111b
commit
6154b98851
|
@ -3,7 +3,7 @@ new file mode 100644
|
|||
index 00000000..b6a038f7
|
||||
--- /dev/null
|
||||
+++ b/configs/rk3318-box_defconfig
|
||||
@@ -0,0 +1,121 @@
|
||||
@@ -0,0 +1,123 @@
|
||||
+CONFIG_ARM=y
|
||||
+CONFIG_ARCH_ROCKCHIP=y
|
||||
+CONFIG_SYS_TEXT_BASE=0x00200000
|
||||
|
@ -125,3 +125,5 @@ index 00000000..b6a038f7
|
|||
+CONFIG_BUTTON=y
|
||||
+CONFIG_BUTTON_ADC=y
|
||||
+CONFIG_CMD_BUTTON=y
|
||||
+CONFIG_CMD_GPIO=y
|
||||
+CONFIG_CMD_GPIO_READ=y
|
||||
|
|
Loading…
Reference in New Issue