bsp/gen83xx: Remove obsolete linker command file

Update #3818.
This commit is contained in:
Sebastian Huber
2019-11-21 09:46:56 +01:00
parent 234d155e87
commit 3e9f5a55ad

View File

@@ -1,19 +0,0 @@
/**
* @file
*
* Default linker script -- copy of linkcmds.mpc8313erdb
* for MPC8313E Reference Design Board.
*
* This exists simply for consistency so autoconf tests will
* be able to compile against this BSP.
*/
EXTERN (__vectors)
MEMORY {
RAM : ORIGIN = 0x0, LENGTH = 128M
ROM : ORIGIN = 0xfe000000, LENGTH = 8M
MPC83XX_REGS : ORIGIN = 0xe0000000, LENGTH = 256k
}
INCLUDE linkcmds.base