Skip to content
Snippets Groups Projects
cpu_init.c 25.9 KiB
Newer Older
  • Learn to ignore specific revisions
  • Zhao Qiang's avatar
    Zhao Qiang committed
    #ifdef CONFIG_U_QE
    	uint qe_base = CONFIG_SYS_IMMR + 0x00140000; /* QE immr base */
    #elif defined CONFIG_QE
    
    	uint qe_base = CONFIG_SYS_IMMR + 0x00080000; /* QE immr base */
    
    Zhao Qiang's avatar
    Zhao Qiang committed
    #endif
    
    #ifdef CONFIG_QE