diff options
| author | Mike Frysinger <vapier@gentoo.org> | 2009-02-19 01:20:27 -0500 |
|---|---|---|
| committer | Mike Frysinger <vapier@gentoo.org> | 2009-02-21 19:23:20 -0500 |
| commit | e1ffaee728190e76a4596a3579d94e730143585f (patch) | |
| tree | 44f0cb6f3ad7dd45ef5a4839ae840494c81c8347 | |
| parent | 1b228d68f54832edd867ef98520f760f68192ab7 (diff) | |
| download | u-boot-e1ffaee728190e76a4596a3579d94e730143585f.tar.gz u-boot-e1ffaee728190e76a4596a3579d94e730143585f.tar.xz u-boot-e1ffaee728190e76a4596a3579d94e730143585f.zip | |
Blackfin: disable syscontrol code for now
Looks like the initcode updates fell out of order during my merges. The
patch that really fixes up this code is part of power-on overhaul and so
is too large for merging at this point. Instead, we can disable the code
as no currently in-tree board depends on it. The next merge window will
fix things up properly.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
| -rw-r--r-- | cpu/blackfin/initcode.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpu/blackfin/initcode.c b/cpu/blackfin/initcode.c index ae0016de18..3f3b4796c1 100644 --- a/cpu/blackfin/initcode.c +++ b/cpu/blackfin/initcode.c @@ -264,6 +264,7 @@ void initcode(ADI_BOOT_DATA *bootstruct) * the memory controller. Older bootroms lacks such helpers * so we do it ourselves. */ +#define BOOTROM_CAPS_SYSCONTROL 0 if (BOOTROM_CAPS_SYSCONTROL) { serial_putc('S'); |
