diff options
author | John Crispin <blogic@openwrt.org> | 2011-07-06 10:36:35 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2011-07-06 10:36:35 +0000 |
commit | ac64a0094ac5f877795cf6f33ab0a368b4b22f19 (patch) | |
tree | 24ac8762654f48f6d62bac5d982c0e47c9097e55 /package/uboot-lantiq/files/include | |
parent | 6961cda93ae707e9c3a943b0eed69eb0c6cfaf9d (diff) | |
download | upstream-ac64a0094ac5f877795cf6f33ab0a368b4b22f19.tar.gz upstream-ac64a0094ac5f877795cf6f33ab0a368b4b22f19.tar.bz2 upstream-ac64a0094ac5f877795cf6f33ab0a368b4b22f19.zip |
fix lantiq uboot to build lzma compressed bootloaders for eval kits
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27487 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/uboot-lantiq/files/include')
-rw-r--r-- | package/uboot-lantiq/files/include/configs/ifx-common.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/uboot-lantiq/files/include/configs/ifx-common.h b/package/uboot-lantiq/files/include/configs/ifx-common.h index 6307e707ed..8b194d0e7a 100644 --- a/package/uboot-lantiq/files/include/configs/ifx-common.h +++ b/package/uboot-lantiq/files/include/configs/ifx-common.h @@ -181,4 +181,12 @@ #endif #endif +#ifdef CONFIG_BOOTSTRAP +#define CONFIG_BOOTSTRAP_BASE CONFIG_BOOTSTRAP_TEXT_BASE +#define CONFIG_BOOTSTRAP_BAUDRATE CONFIG_BAUDRATE +#define CONFIG_SKIP_LOWLEVEL_INIT +#define CONFIG_BOOTSTRAP_LZMA +#define CONFIG_BOOTSTRAP_SERIAL +#endif + #endif /* __IFX_COMMON_H */ |