X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=cpu%2Fblackfin%2Finitcode.c;h=3f3b4796c11a3534b6911493fc52fc1c9163fa74;hb=741a1ea97335c88747a2de6677b92458d6ada00b;hp=ae0016de18f9c67f6799ee2f73321ccb3fe50296;hpb=f8306cb94f59ae2ace5bfede189944d329e5abb3;p=oweals%2Fu-boot.git 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');