[U-Boot] [PATCH] fix out of tree building
Scott Wood
scottwood at freescale.com
Tue Aug 26 18:04:13 CEST 2008
On Mon, Aug 25, 2008 at 05:16:10PM -0500, Kim Phillips wrote:
> Signed-off-by: Kim Phillips <kim.phillips at freescale.com>
> ---
> Makefile | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/Makefile b/Makefile
> index 8c90dab..c30ef57 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -2065,7 +2065,7 @@ MPC8313ERDB_NAND_66_config: unconfig
> fi ; \
> if [ "$(findstring _NAND_,$@)" ] ; then \
> $(XECHO) -n "...NAND..." ; \
> - echo "TEXT_BASE = 0x00100000" > $(obj)/board/freescale/mpc8313erdb/config.tmp ; \
> + echo "TEXT_BASE = 0x00100000" > $(obj)board/freescale/mpc8313erdb/config.tmp ; \
ITYM "fix in-tree building".
-Scott
More information about the U-Boot
mailing list