From f03072225ee57c5159d24edcac5b6f1c3b976167 Mon Sep 17 00:00:00 2001 From: blogic Date: Wed, 6 Jul 2011 10:36:35 +0000 Subject: 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 --- package/uboot-lantiq/files/include/configs/ifx-common.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'package/uboot-lantiq/files/include') diff --git a/package/uboot-lantiq/files/include/configs/ifx-common.h b/package/uboot-lantiq/files/include/configs/ifx-common.h index 6307e707e..8b194d0e7 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 */ -- cgit v1.2.3