Signed-off-by: Jason Kridner <jkri...@beagleboard.org>
---
Makefile | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile
index fd85142..7ac2a88 100644
--- a/Makefile
+++ b/Makefile
@@ -23,6 +23,8 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
# MA 02111-1307 USA
#
+TEXT_BASE=0x40200800
+CONFIG_HEADER=1
HOSTARCH := $(shell uname -m | \
sed -e s/i.86/i386/ \
--
1.5.6.4
you need to modify the build step to add 1. - look at panda's build step.
>
> Signed-off-by: Jason Kridner<jkri...@beagleboard.org>
> ---
> Makefile | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/Makefile b/Makefile
> index fd85142..7ac2a88 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -23,6 +23,8 @@
> # Foundation, Inc., 59 Temple Place, Suite 330, Boston,
> # MA 02111-1307 USA
> #
> +TEXT_BASE=0x40200800
> +CONFIG_HEADER=1
>
> HOSTARCH := $(shell uname -m | \
> sed -e s/i.86/i386/ \
--
Regards,
Nishanth Menon
Jason Kridner wrote, on 03/11/2011 03:38 AM:
> I'd like to start getting configuration headers on builds of MLO. What is
> the right way to do this?you need to modify the build step to add 1. - look at panda's build step.
https://groups.google.com/group/x-loader/msg/1c110a2f8512e3ff?dmode=source&output=gplain&noredirect
you do not need to attach the patch, you just need to git send-email the
patch to this list, if you are interested in it being incorporated.
btw, does your patch still retain the old behavior of allowing MLO to be
kept in boot enabled vfat partition?
how about this new strategy handling multiple types of SD cards?
--
Regards,
Nishanth Menon