]> 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 84f1a4008499a237710e7cc26fb347c3cb0279fb..61a4a8ea7689bb6386e8301a8d771cd46ff45e27 100644 (file)
@@ -16,7 +16,6 @@
 
 #define CONFIG_MECP5123 1
 #define CONFIG_DISPLAY_BOARDINFO
-#define CONFIG_SYS_GENERIC_BOARD
 
 /*
  * Memory map for the MECP5123 board:
 
 
 #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)