]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
arm: mx6: tqma6: use default CONFIG_SYS_PBSIZE
authorMarkus Niebel <Markus.Niebel@tq-group.com>
Tue, 12 May 2015 08:55:40 +0000 (10:55 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:47:30 +0000 (22:47 +0200)
this removes a config entry and uses the default value
defined in config_fallbacks.h. This implements the same
behaviour as a patch series for other i.MX6 boards from
Freescale

Signed-off-by: Markus Niebel <Markus.Niebel@tq-group.com>
include/configs/tqma6.h

index 8008f3de03ca5897141d66d7c6b6800903b00b4b..4e9743d4946e4fc9b2f41d4b9135814c7f8a3995 100644 (file)
        "panicboot=echo No boot device !!! reset\0"                            \
        TQMA6_EXTRA_BOOTDEV_ENV_SETTINGS                                      \
 
-/* Print Buffer Size */
-#define CONFIG_SYS_PBSIZE              (CONFIG_SYS_CBSIZE + \
-                                        sizeof(CONFIG_SYS_PROMPT) + 16)
-
 #define CONFIG_STACKSIZE               (128u * SZ_1K)
 
 /* Physical Memory Map */