diff options
author | John Crispin <blogic@openwrt.org> | 2009-10-04 21:58:18 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2009-10-04 21:58:18 +0000 |
commit | 0f2923cc47cd553358e153c0b92733c98c81c1c7 (patch) | |
tree | 20fb3c2ffd7f1291782a77a3a7ed1793cf036d88 /package/uboot-ifxmips/files/include | |
parent | d1b3ad0612032990cf954e19f86ea4897d61a57f (diff) | |
download | master-187ad058-0f2923cc47cd553358e153c0b92733c98c81c1c7.tar.gz master-187ad058-0f2923cc47cd553358e153c0b92733c98c81c1c7.tar.bz2 master-187ad058-0f2923cc47cd553358e153c0b92733c98c81c1c7.zip |
fixes ifxmips uboot compile, adds uart uploadable image and fix for wippies homebox flash
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17856 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/uboot-ifxmips/files/include')
-rw-r--r-- | package/uboot-ifxmips/files/include/configs/danube.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/uboot-ifxmips/files/include/configs/danube.h b/package/uboot-ifxmips/files/include/configs/danube.h index bbf3dc47e3..ed95f3361d 100644 --- a/package/uboot-ifxmips/files/include/configs/danube.h +++ b/package/uboot-ifxmips/files/include/configs/danube.h @@ -31,7 +31,7 @@ #define USE_REFERENCE_BOARD //#define USE_EVALUATION_BOARD -#define DANUBE_BOOT_FROM_EBU +//#define DANUBE_BOOT_FROM_EBU #define DANUBE_USE_DDR_RAM #ifdef DANUBE_USE_DDR_RAM |