diff options
author | Timur Tabi <timur@freescale.com> | 2008-01-16 15:48:12 -0600 |
---|---|---|
committer | Jon Loeliger <jdl@freescale.com> | 2008-01-17 12:15:41 -0600 |
commit | 6bee764bd6da510a4aad614880300c968bc7318d (patch) | |
tree | 5b65e2f70e63a45d766e7f6e604c7a3443db7777 /include/configs/MPC8641HPCN.h | |
parent | f188896c2f1594fe749fdb99bbc8c54023cfab3a (diff) | |
download | u-boot-imx-6bee764bd6da510a4aad614880300c968bc7318d.zip u-boot-imx-6bee764bd6da510a4aad614880300c968bc7318d.tar.gz u-boot-imx-6bee764bd6da510a4aad614880300c968bc7318d.tar.bz2 |
86xx: enable command-line editing
Enable command-line editing for all MPC86xx boards.
Signed-off-by: Timur Tabi <timur@freescale.com>
Diffstat (limited to 'include/configs/MPC8641HPCN.h')
-rw-r--r-- | include/configs/MPC8641HPCN.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/MPC8641HPCN.h b/include/configs/MPC8641HPCN.h index ab875f0..985182f 100644 --- a/include/configs/MPC8641HPCN.h +++ b/include/configs/MPC8641HPCN.h @@ -555,6 +555,7 @@ extern unsigned long get_board_sys_clk(unsigned long dummy); * Miscellaneous configurable options */ #define CFG_LONGHELP /* undef to save memory */ +#define CONFIG_CMDLINE_EDITING /* Command-line editing */ #define CFG_LOAD_ADDR 0x2000000 /* default load address */ #define CFG_PROMPT "=> " /* Monitor Command Prompt */ |