GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / mips / lasat / image / romscript.normal
blob0864c963e188d6872385606ecaeb917d23319ccb
1 OUTPUT_ARCH(mips)
3 SECTIONS
5   .text :
6   {
7     *(.text..start)
8   }
10   /* Data in ROM */
12   .data ALIGN(0x10) :
13   {
14     *(.data)
15   }
16   _image_start = ADDR(.data);
17   _image_size = SIZEOF(.data);
19   .other :
20   {
21     *(.*)
22   }