diff options
author | John Crispin <john@openwrt.org> | 2011-07-06 10:36:35 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2011-07-06 10:36:35 +0000 |
commit | b808c1bc03363e4c7e5be7b07e8ab8be550c6ba3 (patch) | |
tree | e7b49095a024a96651eb037011504d24080bd965 /package/uboot-lantiq/files/include | |
parent | c93b5653bc9866cb7700e50e2a2f914bfcfbf677 (diff) | |
download | mtk-20170518-b808c1bc03363e4c7e5be7b07e8ab8be550c6ba3.zip mtk-20170518-b808c1bc03363e4c7e5be7b07e8ab8be550c6ba3.tar.gz mtk-20170518-b808c1bc03363e4c7e5be7b07e8ab8be550c6ba3.tar.bz2 |
fix lantiq uboot to build lzma compressed bootloaders for eval kits
SVN-Revision: 27487
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 6307e70..8b194d0 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 */ |