This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

U-boot add the command auto complete function

Other Parts Discussed in Thread: AM3352

Hi, everyone
    my platform AM3352, BSP SDK 6.0, I want to add command auto complete function, so  I modify   

   <u-boot dir>/include/configs/myboard.h, add two MACRO:
   #define CONFIG_CMDLINE_EDITING
   #define CONFIG_AUTO_COMPLETE
   Found a problem, use the TAB key to completion command causes a crash phenomenon.