Skip to content
Snippets Groups Projects
Commit c0c5341e authored by Markus Niebel's avatar Markus Niebel Committed by Stefano Babic
Browse files

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: default avatarMarkus Niebel <Markus.Niebel@tq-group.com>
parent da2103c7
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment