diff options
author | Markus Niebel <Markus.Niebel@tq-group.com> | 2015-05-12 10:55:40 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2015-06-01 09:56:37 +0200 |
commit | c0c5341e732b0c52190b2fd85bb6b94c5879dfd9 (patch) | |
tree | 4a8c415149fc23759e1be960f86528b37f5503bb /include/configs | |
parent | da2103c79ec95820bdbf7f1100a34bc501ebf7a4 (diff) | |
download | u-boot-c0c5341e732b0c52190b2fd85bb6b94c5879dfd9.tar.gz |
arm: mx6: tqma6: use default CONFIG_SYS_PBSIZE
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>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/tqma6.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/tqma6.h b/include/configs/tqma6.h index 4c93c9bbb9..a09118453a 100644 --- a/include/configs/tqma6.h +++ b/include/configs/tqma6.h @@ -369,10 +369,6 @@ "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 */ |