include/configs: drop default definitions of CONFIG_SYS_PBSIZE
[pandora-u-boot.git] / include / configs / usbarmory.h
index 5bacc9d..5952216 100644 (file)
@@ -25,7 +25,6 @@
 
 /* U-Boot general configurations */
 #define CONFIG_SYS_CBSIZE      512
-#define CONFIG_SYS_PBSIZE      (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16)
 #define CONFIG_SYS_MAXARGS     16
 #define CONFIG_SYS_BARGSIZE    CONFIG_SYS_CBSIZE
 
@@ -87,7 +86,6 @@
        BOOTENV
 
 #ifndef CONFIG_CMDLINE
-#define CONFIG_BOOTARGS "console=ttymxc0,115200 root=/dev/mmcblk0p1 rootwait rw"
 #define USBARMORY_FIT_PATH     "/boot/usbarmory.itb"
 #define USBARMORY_FIT_ADDR     "0x70800000"
 #endif