summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-01-14 12:49:13 -0700
committerCommit Bot <commit-bot@chromium.org>2022-01-18 19:19:58 +0000
commit18b0e371d0d133890e47dcfaff569d0dfea231bc (patch)
tree2c229e60dd39c08736d80061bce5fba257a24123
parent1550d516f34d0be2e10488517d7023c1a236082d (diff)
downloadchrome-ec-18b0e371d0d133890e47dcfaff569d0dfea231bc.tar.gz
Fix sort order in config_allowed
This file got out of sorted order. Fix it. This problem was introduced by: f92bca665 hostcmd: Implement I2C_CONTROL host command which added to the list, but in the wrong place. BUG=b:195718112 BRANCH=none TEST=make buildall -j32 Signed-off-by: Simon Glass <sjg@chromium.org> Change-Id: I5fa9e7390d1e15696fc549e7b46ad22b85a18b91 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3388357 Reviewed-by: Keith Short <keithshort@chromium.org> Reviewed-by: Jack Rosenthal <jrosenth@chromium.org>
-rw-r--r--util/config_allowed.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/config_allowed.txt b/util/config_allowed.txt
index 225b965cad..fe020b731a 100644
--- a/util/config_allowed.txt
+++ b/util/config_allowed.txt
@@ -499,8 +499,8 @@ CONFIG_HOSTCMD_EVENTS
CONFIG_HOSTCMD_FLASHPD
CONFIG_HOSTCMD_FLASH_SPI_INFO
CONFIG_HOSTCMD_I2C_ADDR_FLAGS
-CONFIG_HOSTCMD_I2C_SLAVE_ADDR
CONFIG_HOSTCMD_I2C_CONTROL
+CONFIG_HOSTCMD_I2C_SLAVE_ADDR
CONFIG_HOSTCMD_LOCATE_CHIP
CONFIG_HOSTCMD_PD
CONFIG_HOSTCMD_PD_CHG_CTRL