Re-enable setexpr on Raspberry Pi
authorMarco Schuster <m.schuster91@googlemail.com>
Sun, 29 Nov 2015 18:30:42 +0000 (19:30 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 14 Jan 2016 02:05:26 +0000 (21:05 -0500)
This patch re-enables the setexpr command, I don't really understand
why it got excluded in the first place.

setexpr can be used e.g. to implement failed-boot-counters and
failovers to rescue firmware.

Signed-off-by: Marco Schuster <m.schuster91@googlemail.com>
configs/rpi_2_defconfig
configs/rpi_defconfig

index 5c9e69af3b759d7cea1289aee0718156497dc298..bd81ee6a1d078176568b302771002e77fea111e8 100644 (file)
@@ -6,5 +6,4 @@ CONFIG_SYS_PROMPT="U-Boot> "
 # CONFIG_CMD_FLASH is not set
 # CONFIG_CMD_FPGA is not set
 CONFIG_CMD_GPIO=y
-# CONFIG_CMD_SETEXPR is not set
 CONFIG_PHYS_TO_BUS=y
index b8b267f371c2732197d109f1c50cf7ec8aacd120..5d27909ebe7c7bdc54e9b213e89f5832b1732c8b 100644 (file)
@@ -6,5 +6,4 @@ CONFIG_SYS_PROMPT="U-Boot> "
 # CONFIG_CMD_FLASH is not set
 # CONFIG_CMD_FPGA is not set
 CONFIG_CMD_GPIO=y
-# CONFIG_CMD_SETEXPR is not set
 CONFIG_PHYS_TO_BUS=y