From 368c173e5d9d76690228214be937f5269f1993f2 Mon Sep 17 00:00:00 2001 From: Soren Brinkmann Date: Sat, 30 May 2015 00:37:08 +0800 Subject: [PATCH] PMUFW: lscript: Remove redundant blank lines Sync with PMUFW sources. Signed-off-by: Soren Brinkmann --- lib/sw_apps/zynqmp_pmufw/src/lscript.ld | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/sw_apps/zynqmp_pmufw/src/lscript.ld b/lib/sw_apps/zynqmp_pmufw/src/lscript.ld index 7432da59..18644275 100644 --- a/lib/sw_apps/zynqmp_pmufw/src/lscript.ld +++ b/lib/sw_apps/zynqmp_pmufw/src/lscript.ld @@ -33,7 +33,6 @@ _STACK_SIZE = DEFINED(_STACK_SIZE) ? _STACK_SIZE : 0x1000; /* Define Memories in the system */ - MEMORY { /* This setting considers entire RAM. ROM entities are not considered */ @@ -41,7 +40,6 @@ MEMORY } /* Specify the default entry point to the program */ - ENTRY(XPfw_Init) /* Define the sections, and where they are mapped in memory */ @@ -66,7 +64,6 @@ SECTIONS } > PMU_RAM .text 0xFFDC0050: { - *(.text) *(.text.*) *(.gnu.linkonce.t.*) @@ -158,7 +155,6 @@ _SDA_BASE_ = __sdata_start + ((__sbss_end - __sdata_start) / 2 ); _SDA2_BASE_ = __sdata2_start + ((__sbss2_end - __sdata2_start) / 2 ); /* Generate Stack definitions */ - .stack (NOLOAD) : { _stack_end = .; . += _STACK_SIZE;