diff options
author | Markus Klotzbücher <Markus Klotzbümk@pollux.(none)> | 2006-02-09 13:19:25 +0100 |
---|---|---|
committer | Markus Klotzbücher <mk@pollux.(none)> | 2006-02-09 13:19:25 +0100 |
commit | b3c36e6b9427b8d05c8982d7ebe46be59662c4da (patch) | |
tree | 0e23f33907d1b8a8a2c9629a5cf11438fbc60ba4 /include | |
parent | 9d803d8c0b7fd9aeb2e708e9e48dd76d7287856d (diff) |
basic u-boot is working, boots into the command shell.
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/zylonite.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/zylonite.h b/include/configs/zylonite.h index 99d6a93959f..c5fb07654b6 100644 --- a/include/configs/zylonite.h +++ b/include/configs/zylonite.h @@ -61,7 +61,7 @@ /* * select serial console configuration */ -#define CONFIG_FFUART 1 /* we use FFUART on LUBBOCK */ +#define CONFIG_FFUART 1 /* allow to overwrite serial and ethaddr */ #define CONFIG_ENV_OVERWRITE |