diff options
Diffstat (limited to 'include/configs/mx53loco.h')
| -rw-r--r-- | include/configs/mx53loco.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/mx53loco.h b/include/configs/mx53loco.h index a1101762e..ef8dc0db5 100644 --- a/include/configs/mx53loco.h +++ b/include/configs/mx53loco.h @@ -103,10 +103,11 @@ /* Command definition */ #include <config_cmd_default.h> +#define CONFIG_CMD_BOOTZ #undef CONFIG_CMD_IMLS -#define CONFIG_BOOTDELAY 3 +#define CONFIG_BOOTDELAY 1 #define CONFIG_ETHPRIME "FEC0" |