This makes the first 63 megabytes of RAM free to use for loading images and booting kernels however big they are.
Signed-off-by: Albert Aribaud <albert.arib...@free.fr> --- board/LaCie/edminiv2/config.mk | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/board/LaCie/edminiv2/config.mk b/board/LaCie/edminiv2/config.mk index 3dec1aa..a972736 100644 --- a/board/LaCie/edminiv2/config.mk +++ b/board/LaCie/edminiv2/config.mk @@ -24,4 +24,6 @@ # MA 02110-1301 USA # -TEXT_BASE = 0x00100000 +# Leave lower 63 MB of RAM available for linux images and kernel + +TEXT_BASE = 0x03f00000 -- 1.7.0.4 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot