mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 02:48:37 +08:00
arm/phy6222: Fix the garbled Linker Script
The Linker Script for phy6222 was garbled due to the SPDX Update. This PR removes the garbled text. - https://github.com/apache/nuttx/pull/14704
This commit is contained in:
parent
f59edf8645
commit
78aa26331b
1 changed files with 0 additions and 2 deletions
|
@ -1,4 +1,3 @@
|
|||
GNU nano 7.2 /awork/nuttx/NuttX/nuttx/boards/arm/nuc1xx/nutiny-nuc120/scripts/nutiny-nuc120.ld
|
||||
/****************************************************************************
|
||||
* boards/arm/nuc1xx/nutiny-nuc120/scripts/nutiny-nuc120.ld
|
||||
*
|
||||
|
@ -21,7 +20,6 @@
|
|||
*
|
||||
****************************************************************************/
|
||||
|
||||
|
||||
MEMORY
|
||||
{
|
||||
jumptbl (rwx) : ORIGIN = 0x1fff0000, LENGTH = 1K
|
||||
|
|
Loading…
Reference in a new issue