Re: [PATCH] Implement ALTERNATE memory layout.
Alexander Shiyan
shc_work at mail.ru
Sat Mar 30 08:01:14 EDT 2013
...
> --- a/common/Kconfig
> +++ b/common/Kconfig
> @@ -161,7 +161,7 @@ choice
> config MEMORY_LAYOUT_DEFAULT
> bool "use default memory layout"
> help
> - select this option to use bareboxs standard memory layout:
> + select this option to use barebox's standard memory layout:
>
> stack
> -----
> @@ -169,6 +169,17 @@ config MEMORY_LAYOUT_DEFAULT
> -----
> TEXT_BASE
>
> +config MEMORY_LAYOUT_ALTERNATE
> + bool "use alternate memory layout"
> + help
> + select this option to use barebox's alternate memory layout:
> +
> + TEXT_BASE
> + -----
> + malloc heap
> + -----
> + stack
> +
This should be described better.
---
More information about the barebox
mailing list