From: Mike Frysinger Date: Thu, 19 Feb 2009 06:20:27 +0000 (-0500) Subject: Blackfin: disable syscontrol code for now X-Git-Tag: v2009.03-rc1~5^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e1ffaee728190e76a4596a3579d94e730143585f;p=platform%2Fkernel%2Fu-boot.git 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 --- diff --git a/cpu/blackfin/initcode.c b/cpu/blackfin/initcode.c index ae0016d..3f3b479 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');