]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Blackfin: disable syscontrol code for now
authorMike Frysinger <vapier@gentoo.org>
Thu, 19 Feb 2009 06:20:27 +0000 (01:20 -0500)
committerMike Frysinger <vapier@gentoo.org>
Sun, 22 Feb 2009 00:23:20 +0000 (19:23 -0500)
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>
cpu/blackfin/initcode.c

index ae0016de18f9c67f6799ee2f73321ccb3fe50296..3f3b4796c11a3534b6911493fc52fc1c9163fa74 100644 (file)
@@ -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');