From 521b18c48a56f85224115a7be7b0da3d733f6b86 Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Mon, 16 Mar 2015 16:16:11 +0100 Subject: [PATCH] configs: enable command saves - send a region over srecord --- u-boot/include/configs/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/u-boot/include/configs/common.h b/u-boot/include/configs/common.h index 0cea691d72..ff6329ade9 100644 --- a/u-boot/include/configs/common.h +++ b/u-boot/include/configs/common.h @@ -72,7 +72,7 @@ #ifndef COMPRESSED_UBOOT #define CONFIG_COMMANDS (( CONFIG_CMD_DFL | CFG_CMD_DHCP | CFG_CMD_ELF | CFG_CMD_PCI | \ CFG_CMD_MII | CFG_CMD_PING | CFG_CMD_NET | CFG_CMD_ENV | \ - CFG_CMD_FLASH | CFG_CMD_LOADS | CFG_CMD_RUN | CFG_CMD_LOADB | CFG_CMD_ELF | CFG_CMD_ETHREG | CFG_CMD_FAT )) + CFG_CMD_FLASH | CFG_CMD_LOADS | CFG_CMD_RUN | CFG_CMD_LOADB | CFG_CMD_ELF | CFG_CMD_ETHREG | CFG_CMD_FAT | CFG_CMD_SAVES )) #elif defined(VXWORKS_UBOOT) #define CONFIG_COMMANDS (( CONFIG_CMD_DFL | CFG_CMD_PING | CFG_CMD_NET | CFG_CMD_MII | CFG_CMD_ELF)) #else