From 7ce370d5b35ece831c3c82959b4954bc3de77261 Mon Sep 17 00:00:00 2001 From: pvvx Date: Thu, 21 Sep 2017 01:24:49 +0300 Subject: [PATCH] update --- .../component/soc/realtek/8195a/fwlib/ram_lib/rtl_boot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RTL00_SDKV35a/component/soc/realtek/8195a/fwlib/ram_lib/rtl_boot.c b/RTL00_SDKV35a/component/soc/realtek/8195a/fwlib/ram_lib/rtl_boot.c index e1f5e33..2199afc 100644 --- a/RTL00_SDKV35a/component/soc/realtek/8195a/fwlib/ram_lib/rtl_boot.c +++ b/RTL00_SDKV35a/component/soc/realtek/8195a/fwlib/ram_lib/rtl_boot.c @@ -608,7 +608,7 @@ LOCAL void BOOT_RAM_TEXT_SECTION EnterImage15(int flg) { #endif // Test SDRAM #ifdef CONFIG_SDR_EN // Тест и ожидание загрузки Jlink-ом sdram.bin (~7 sec) - if(*((uint32 *)0x1FFF0000) == 0x12345678) { + if(flg && *((uint32 *)0x1FFF0000) == 0x12345678) { *((volatile uint32 *)0x1FFF0000) = 0x87654321; uint32 tt = 0x03ffffff; // ~7 sec DBG_8195A("Waiting for SDRAM to load...\n");