]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/mecp5123.h
configs: Re-sync HUSH options
[people/ms/u-boot.git] / include / configs / mecp5123.h
index 0f399641916999ff8b46ea3f10ee95c861ae1afb..61a4a8ea7689bb6386e8301a8d771cd46ff45e27 100644 (file)
 
 
 #define CONFIG_CMDLINE_EDITING 1       /* add command line history     */
-/* Use the HUSH parser */
-#define CONFIG_SYS_HUSH_PARSER
-#ifdef  CONFIG_SYS_HUSH_PARSER
-#endif
 
 /* I2C */
 #define CONFIG_HARD_I2C                        /* I2C with hardware support */
 
 #define CONFIG_BOOTCOMMAND     "run flash_self"
 
-#define CONFIG_OF_LIBFDT
-#define CONFIG_OF_BOARD_SETUP
-
 #define OF_CPU                 "PowerPC,5121@0"
 #define OF_SOC_COMPAT          "fsl,mpc5121-immr"
 #define OF_TBCLK               (bd->bi_busfreq / 4)