mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-10 04:26:19 -04:00
cmd_terminal: remove no need ifdef
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
This commit is contained in:
parent
578118bdf1
commit
3de7bf0e6b
@ -28,8 +28,6 @@
|
|||||||
#include <command.h>
|
#include <command.h>
|
||||||
#include <devices.h>
|
#include <devices.h>
|
||||||
|
|
||||||
#if defined(CONFIG_CMD_TERMINAL)
|
|
||||||
|
|
||||||
int do_terminal(cmd_tbl_t * cmd, int flag, int argc, char *argv[])
|
int do_terminal(cmd_tbl_t * cmd, int flag, int argc, char *argv[])
|
||||||
{
|
{
|
||||||
int i, l;
|
int i, l;
|
||||||
@ -98,5 +96,3 @@ U_BOOT_CMD(
|
|||||||
"terminal - start terminal emulator\n",
|
"terminal - start terminal emulator\n",
|
||||||
""
|
""
|
||||||
);
|
);
|
||||||
|
|
||||||
#endif /* CONFIG_CMD_TERMINAL */
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user