include/configs: drop default definitions of CONFIG_SYS_PBSIZE
[oweals/u-boot.git] / include / configs / microblaze-generic.h
index 926a8f65261164a3fe0bcc6b1626cf02051463b1..2cc4b8a1a36c1c91bdd10e6cebffb1fb48baae26 100644 (file)
 
 /* size of console buffer */
 #define        CONFIG_SYS_CBSIZE       512
- /* print buffer size */
-#define        CONFIG_SYS_PBSIZE \
-               (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)
 /* max number of command args */
 #define        CONFIG_SYS_MAXARGS      15
 #define        CONFIG_SYS_LONGHELP
 /* default load address */
 #define        CONFIG_SYS_LOAD_ADDR    0
 
-#define        CONFIG_BOOTARGS         "root=romfs"
 #define        CONFIG_HOSTNAME         XILINX_BOARD_NAME
 #define        CONFIG_BOOTCOMMAND      "base 0;tftp 11000000 image.img;bootm"
 
 /* SPL part */
 #define CONFIG_SPL_FRAMEWORK
 
-#define CONFIG_SPL_LDSCRIPT    "arch/microblaze/cpu/u-boot-spl.lds"
-
 #ifdef CONFIG_SYS_FLASH_BASE
 # define CONFIG_SYS_UBOOT_BASE         CONFIG_SYS_FLASH_BASE
 #endif