]> Git Repo - J-u-boot.git/blobdiff - include/configs/astro_mcf5373l.h
Convert CONFIG_USE_BOOTCOMMAND et al to Kconfig
[J-u-boot.git] / include / configs / astro_mcf5373l.h
index 36e351f3583357f47469c7264da969ad94e698aa..2e7927bc3714285a07692a1c79fffcf9626b5b9f 100644 (file)
  * by external update.c; This is not included in mainline because
  * it needs non-blocking CFI routines.
  */
-#ifdef CONFIG_MONITOR_IS_IN_RAM
-#define CONFIG_BOOTCOMMAND     ""      /* no autoboot in this case */
-#else
-#if ASTRO_V532
-#define CONFIG_BOOTCOMMAND     "protect off 0x80000 0x1ffffff;run env_check;"\
-                               "run xilinxload&&run alteraload&&bootm 0x80000;"\
-                               "update;reset"
-#else
-#define CONFIG_BOOTCOMMAND     "protect off 0x80000 0x1ffffff;run env_check;"\
-                               "run xilinxload&&bootm 0x80000;update;reset"
-#endif
-#endif
 
 #define CONFIG_FPGA_COUNT      1
 #define CONFIG_SYS_FPGA_PROG_FEEDBACK
This page took 0.023801 seconds and 4 git commands to generate.