diff options
author | Marco Schuster <m.schuster91@googlemail.com> | 2015-11-29 18:30:42 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-01-14 02:05:26 (GMT) |
commit | 247be79a99041e0b5f56cea4100f5cc98e827b64 (patch) | |
tree | 5eeacff2e2261b24b2146e50a323333bec4a7eec /configs/rpi_defconfig | |
parent | 4e42e29fd6aec3aa6b85c41fb944e2908a457074 (diff) | |
download | u-boot-247be79a99041e0b5f56cea4100f5cc98e827b64.tar.xz |
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 <m.schuster91@googlemail.com>
Diffstat (limited to 'configs/rpi_defconfig')
-rw-r--r-- | configs/rpi_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/rpi_defconfig b/configs/rpi_defconfig index b8b267f..5d27909 100644 --- a/configs/rpi_defconfig +++ b/configs/rpi_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 |