Skip to content

Commit 18e067d

Browse files
Prafulla Wadaskarwdenx
authored andcommitted
include/config_cmd_default.h cleanup
arranged configurations in alphabetical order CONFIG_CMD_FLASH moved under ifndef CONFIG_SYS_NO_FLASH Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
1 parent dcf728a commit 18e067d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/config_cmd_default.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,21 @@
2020
#define CONFIG_CMD_BOOTD /* bootd */
2121
#define CONFIG_CMD_CONSOLE /* coninfo */
2222
#define CONFIG_CMD_ECHO /* echo arguments */
23-
#define CONFIG_CMD_SAVEENV /* saveenv */
24-
#define CONFIG_CMD_FLASH /* flinfo, erase, protect */
2523
#define CONFIG_CMD_FPGA /* FPGA configuration Support */
2624
#define CONFIG_CMD_IMI /* iminfo */
25+
#define CONFIG_CMD_ITEST /* Integer (and string) test */
2726
#ifndef CONFIG_SYS_NO_FLASH
27+
#define CONFIG_CMD_FLASH /* flinfo, erase, protect */
2828
#define CONFIG_CMD_IMLS /* List all found images */
2929
#endif
30-
#define CONFIG_CMD_ITEST /* Integer (and string) test */
3130
#define CONFIG_CMD_LOADB /* loadb */
3231
#define CONFIG_CMD_LOADS /* loads */
3332
#define CONFIG_CMD_MEMORY /* md mm nm mw cp cmp crc base loop mtest */
3433
#define CONFIG_CMD_MISC /* Misc functions like sleep etc*/
3534
#define CONFIG_CMD_NET /* bootp, tftpboot, rarpboot */
3635
#define CONFIG_CMD_NFS /* NFS support */
3736
#define CONFIG_CMD_RUN /* run command in env variable */
37+
#define CONFIG_CMD_SAVEENV /* saveenv */
3838
#define CONFIG_CMD_SETGETDCR /* DCR support on 4xx */
3939
#define CONFIG_CMD_SOURCE /* "source" command support */
4040
#define CONFIG_CMD_XIMG /* Load part of Multi Image */

0 commit comments

Comments
 (0)