1 /* identify the Entry Point */
4 /* specify the mini-ICache memory areas */
7 mini_icache_0 (x) : ORIGIN = 0x0, LENGTH = 1024 /* first part of mini icache (sets 0-31) */
8 mini_icache_1 (x) : ORIGIN = 0x400, LENGTH = 1024 /* second part of mini icache (sets 0-31) */
11 /* now define the output sections */