summaryrefslogtreecommitdiff
path: root/src/cpu/amd/car/cache_as_ram.lds
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/amd/car/cache_as_ram.lds')
-rw-r--r--src/cpu/amd/car/cache_as_ram.lds17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/cpu/amd/car/cache_as_ram.lds b/src/cpu/amd/car/cache_as_ram.lds
deleted file mode 100644
index 5cca0bb283..0000000000
--- a/src/cpu/amd/car/cache_as_ram.lds
+++ /dev/null
@@ -1,17 +0,0 @@
-/*
- * init sections to place code running with cache as ram.
- *
- * 2004 by Stefan Reinauer <stepan@openbios.org>
- */
-
-SECTIONS {
- .init . : {
- _init = .;
- *(.init.text);
- *(.init.rodata);
- *(.init.rodata.*);
- . = ALIGN(16);
- _einit = .;
- }
-
-}