diff options
author | John Crispin <john@openwrt.org> | 2011-07-06 10:36:47 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2011-07-06 10:36:47 +0000 |
commit | 8a5ec4142f3d5fad5f18d4e5c57c38a24708116f (patch) | |
tree | e23771b126aa7c7ada3b0e4df235de8101886136 /package/uboot-lantiq/files/include/configs/ifx-common.h | |
parent | b808c1bc03363e4c7e5be7b07e8ab8be550c6ba3 (diff) | |
download | upstream-8a5ec4142f3d5fad5f18d4e5c57c38a24708116f.tar.gz upstream-8a5ec4142f3d5fad5f18d4e5c57c38a24708116f.tar.bz2 upstream-8a5ec4142f3d5fad5f18d4e5c57c38a24708116f.zip |
add support for gigaset SX76X to uboot-lantiq
SVN-Revision: 27488
Diffstat (limited to 'package/uboot-lantiq/files/include/configs/ifx-common.h')
-rw-r--r-- | package/uboot-lantiq/files/include/configs/ifx-common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/uboot-lantiq/files/include/configs/ifx-common.h b/package/uboot-lantiq/files/include/configs/ifx-common.h index 8b194d0e7a..4189031b90 100644 --- a/package/uboot-lantiq/files/include/configs/ifx-common.h +++ b/package/uboot-lantiq/files/include/configs/ifx-common.h @@ -186,7 +186,7 @@ #define CONFIG_BOOTSTRAP_BAUDRATE CONFIG_BAUDRATE #define CONFIG_SKIP_LOWLEVEL_INIT #define CONFIG_BOOTSTRAP_LZMA -#define CONFIG_BOOTSTRAP_SERIAL +//#define CONFIG_BOOTSTRAP_SERIAL #endif #endif /* __IFX_COMMON_H */ |