X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=cpu%2Fblackfin%2Finitcode.c;h=a039cbbbce12d4969b5d9a3f9b2b2452da37f721;hb=f15f14e52879711be1d1bba2634dec684eda722e;hp=c0fe2c65a6c6232398ea0ce328c85d4ce2fcd7e8;hpb=af2c37378f203857d5e6c957e77a14c2da5b59d2;p=oweals%2Fu-boot.git diff --git a/cpu/blackfin/initcode.c b/cpu/blackfin/initcode.c index c0fe2c65a6..a039cbbbce 100644 --- a/cpu/blackfin/initcode.c +++ b/cpu/blackfin/initcode.c @@ -543,9 +543,11 @@ void initcode(ADI_BOOT_DATA *bootstruct) serial_putc('T'); +#ifdef CONFIG_BFIN_BOOTROM_USES_EVT1 /* tell the bootrom where our entry point is */ if (CONFIG_BFIN_BOOT_MODE != BFIN_BOOT_BYPASS) bfin_write_EVT1(CONFIG_SYS_MONITOR_BASE); +#endif serial_putc('>'); serial_putc('\n');