From eac8f169b0c674b5000ad24987b33758bd573b88 Mon Sep 17 00:00:00 2001 From: Antony Arun T Date: Tue, 6 Feb 2018 10:58:36 +0530 Subject: [PATCH] ipq806x: Enable BOOTZ command Change-Id: Ic4feb49d67600ca70000226ba06c28a03cda07b3 --- include/configs/ipq806x.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/ipq806x.h b/include/configs/ipq806x.h index 461f107354..0d68e9f235 100644 --- a/include/configs/ipq806x.h +++ b/include/configs/ipq806x.h @@ -130,6 +130,8 @@ #define CONFIG_OF_COMBINE 1 +#define CONFIG_CMD_BOOTZ + /* * I2C Configs */