ls2k1000 cpu frequency 1GHz

This commit is contained in:
bigamgic 2020-06-16 09:36:26 +08:00
parent 2f4b8604d9
commit 0fbbe01bf6
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
extern unsigned char __bss_end;
#define CPU_HZ (100 * 1000 * 1000)
#define CPU_HZ (1000 * 1000 * 1000) //QEMU 200*1000*1000
#define RT_HW_HEAP_BEGIN KSEG1BASE//(void*)&__bss_end
#define RT_HW_HEAP_END (void*)(RT_HW_HEAP_BEGIN + 64 * 1024 * 1024)