mirror of
https://xff.cz/git/u-boot/
synced 2025-09-28 14:01:16 +02:00
ColdFire: Fix the build error for Freescale m5282evb board.
Clean up the lds file and fix the environment build error. Signed-off-by: Jason Jin <Jason.jin@freescale.com>
This commit is contained in:
@@ -29,6 +29,9 @@ SECTIONS
|
|||||||
{
|
{
|
||||||
arch/m68k/cpu/mcf52x2/start.o (.text*)
|
arch/m68k/cpu/mcf52x2/start.o (.text*)
|
||||||
|
|
||||||
|
. = DEFINED(env_offset) ? env_offset : .;
|
||||||
|
common/env_embedded.o (.text*)
|
||||||
|
|
||||||
*(.text*)
|
*(.text*)
|
||||||
}
|
}
|
||||||
_etext = .;
|
_etext = .;
|
||||||
|
Reference in New Issue
Block a user