From: Michal Simek Date: Wed, 23 Apr 2014 07:59:21 +0000 (+0200) Subject: ARM: ultrascale: Sort CMD options X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b8957ad35fa3c24fe9f5b529c8af3f01760ff54f;p=thirdparty%2Fu-boot.git ARM: ultrascale: Sort CMD options Easier to maintain. Signed-off-by: Michal Simek --- diff --git a/include/configs/xilinx_ultrascale.h b/include/configs/xilinx_ultrascale.h index 2c24148116d..17ac3daa2cb 100644 --- a/include/configs/xilinx_ultrascale.h +++ b/include/configs/xilinx_ultrascale.h @@ -61,14 +61,14 @@ #define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } /* Command line configuration */ -#define CONFIG_CMD_CACHE #define CONFIG_CMD_BDI +#define CONFIG_CMD_CACHE +#define CONFIG_CMD_ECHO #define CONFIG_CMD_ENV #define CONFIG_CMD_IMI #define CONFIG_CMD_MEMORY -#define CONFIG_CMD_SAVEENV #define CONFIG_CMD_RUN -#define CONFIG_CMD_ECHO +#define CONFIG_CMD_SAVEENV /* Miscellaneous configurable options */ #define CONFIG_SYS_LOAD_ADDR 0x8000000