diff options
author | John Crispin <john@openwrt.org> | 2009-10-05 07:36:02 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2009-10-05 07:36:02 +0000 |
commit | 1d1266a0724d8068ebc2cebdf51a9fb538f8f9fe (patch) | |
tree | 0bd2f66470da65085721ac6c727a1b48b6c94f91 /package/uboot-ifxmips/Makefile | |
parent | 4c93a1ff79de6a786efa64f112e3d4aa00d99ebc (diff) | |
download | upstream-1d1266a0724d8068ebc2cebdf51a9fb538f8f9fe.tar.gz upstream-1d1266a0724d8068ebc2cebdf51a9fb538f8f9fe.tar.bz2 upstream-1d1266a0724d8068ebc2cebdf51a9fb538f8f9fe.zip |
fixes typo
SVN-Revision: 17858
Diffstat (limited to 'package/uboot-ifxmips/Makefile')
-rw-r--r-- | package/uboot-ifxmips/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/uboot-ifxmips/Makefile b/package/uboot-ifxmips/Makefile index b445356f5e..ade82bf7b9 100644 --- a/package/uboot-ifxmips/Makefile +++ b/package/uboot-ifxmips/Makefile @@ -41,7 +41,7 @@ UBOOT_MAKE_OPTS:=\ CROSS_COMPILE_UCLIBC=1 \ COMPRESS=lzma \ PLATFORM_CPU=mips32r2 \ - UBOOT_RAM_TEXT_BASE=0xA0400000 \ + UBOOT_RAM_TEXT_BASE=0xA0400000 define Build/Configure $(MAKE) -s -C $(PKG_BUILD_DIR) \ |