From 247be79a99041e0b5f56cea4100f5cc98e827b64 Mon Sep 17 00:00:00 2001 From: Marco Schuster Date: Sun, 29 Nov 2015 19:30:42 +0100 Subject: Re-enable setexpr on Raspberry Pi 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 --- configs/rpi_2_defconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'configs/rpi_2_defconfig') diff --git a/configs/rpi_2_defconfig b/configs/rpi_2_defconfig index 5c9e69a..bd81ee6 100644 --- a/configs/rpi_2_defconfig +++ b/configs/rpi_2_defconfig @@ -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 -- cgit v1.1