]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/ppmc8260.h
dm: spi: Remove SPI_INIT feature
[karo-tx-uboot.git] / include / configs / ppmc8260.h
index 7cf12ba0f649ba85139a4ddd9a764929317d974d..5dcd9cc0d03bd800e6c24bec12d3d6db0b92f883 100644 (file)
@@ -12,7 +12,7 @@
  *
  * Configuation settings for the WindRiver PPMC8260 board.
  *
- * SPDX-License-Identifier:    GPL-2.0+ 
+ * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #ifndef __CONFIG_H
 #define CONFIG_SYS_LONGHELP
 
 /* Monitor Command Prompt */
-#define CONFIG_SYS_PROMPT              "=> "
 
 
 /*
  *
  *****************************************************************************/
 
-#define CONFIG_MPC8260         1       /* This is an MPC8260 CPU   */
 #define CONFIG_PPMC8260                1       /* on an Wind River PPMC8260 Board  */
 #define CONFIG_CPM2            1       /* Has a CPM2 */
 
 #define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE /* Boot Argument Buffer Size     */
 
 #define CONFIG_SYS_LOAD_ADDR           0x140000   /* default load address */
-#define CONFIG_SYS_HZ                  1000    /* decrementer freq: 1 ms ticks */
 
 #define CONFIG_SYS_MEMTEST_START       0x2000  /* memtest works from the end of */
                                        /* the exception vector table */