Skip to content

Commit b363148

Browse files
author
Jon Loeliger
committed
Remove references to the old cmd_confdefs.h include file.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
1 parent a22d4da commit b363148

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

doc/README.bedbug

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ can be easily implemented.
3131
if it is an illegal instruction, privileged instruction or
3232
a trap. Also added debug trap handler.
3333

34-
./include/cmd_confdefs.h
35-
Added definition of CFG_CMD_BEDBUG.
36-
3734
./include/config_WALNUT405.h
3835
Added CFG_CMD_BEDBUG to the CONFIG_COMMANDS for the WALNUT.
3936

include/command.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,6 @@ typedef void command_t (cmd_tbl_t *, int, int, char *[]);
8484
#define CMD_FLAG_REPEAT 0x0001 /* repeat last command */
8585
#define CMD_FLAG_BOOTD 0x0002 /* command is from bootd */
8686

87-
/*
88-
* Configurable monitor commands definitions have been moved
89-
* to include/cmd_confdefs.h
90-
*/
91-
92-
9387
#define Struct_Section __attribute__ ((unused,section (".u_boot_cmd")))
9488

9589
#ifdef CFG_LONGHELP

0 commit comments

Comments
 (0)