summaryrefslogtreecommitdiff
path: root/configs/am335x_guardian_defconfig
diff options
context:
space:
mode:
authorMoses Christopher <BollavarapuMoses.Christopher@in.bosch.com>2020-03-25 09:45:45 +0300
committerLokesh Vutla <lokeshvutla@ti.com>2020-04-14 13:14:48 +0300
commitf2330691d9c1fd75b135a909d4bf5d17576e897b (patch)
treeb838cb09018b613cc7cfc2f2858f28fd2d58a064 /configs/am335x_guardian_defconfig
parentb1c95cc7044e9afbf23e91720a81aa7deacd4a51 (diff)
downloadu-boot-f2330691d9c1fd75b135a909d4bf5d17576e897b.tar.xz
am335x, guardian: boot stage feedback in headless mode
This patch enables the guardian board to provide feedback about the boot stage in headless mode. The on-board led would behave in the following pattern * U-boot -> GLOW LED * Linux -> BLINK LED [HEART-BEAT PATTERN] Signed-off-by: Moses Christopher <BollavarapuMoses.Christopher@in.bosch.com>
Diffstat (limited to 'configs/am335x_guardian_defconfig')
-rw-r--r--configs/am335x_guardian_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/am335x_guardian_defconfig b/configs/am335x_guardian_defconfig
index eb2d221f4c..942530d76e 100644
--- a/configs/am335x_guardian_defconfig
+++ b/configs/am335x_guardian_defconfig
@@ -37,6 +37,7 @@ CONFIG_CMD_SPL=y
CONFIG_CMD_SPL_NAND_OFS=0x0
CONFIG_CMD_ASKENV=y
# CONFIG_CMD_FLASH is not set
+# CONFIG_CMD_LED is not set
CONFIG_CMD_GPIO=y
CONFIG_CMD_GPT=y
CONFIG_CMD_I2C=y
@@ -58,6 +59,8 @@ CONFIG_SYS_RELOC_GD_ENV_ADDR=y
CONFIG_SPL_DM=y
CONFIG_BOOTCOUNT_LIMIT=y
CONFIG_BOOTCOUNT_ENV=y
+CONFIG_LED=y
+CONFIG_LED_GPIO=y
CONFIG_MISC=y
# CONFIG_MMC is not set
CONFIG_MTD=y