Re: [PATCH rtems-docs] bsps/imxrt: Remove superfluous options from dtc

2021-05-17 Thread Joel Sherrill
On Mon, May 17, 2021 at 10:06 AM Christian MAUDERER < christian.maude...@embedded-brains.de> wrote: > Hello Joel, > > Am 17.05.21 um 14:04 schrieb Joel Sherrill: > > > > > > On Mon, May 17, 2021, 2:35 AM Christian Mauderer > > > > wrote: > > > > T

Re: [PATCH rtems-docs] bsps/imxrt: Remove superfluous options from dtc

2021-05-17 Thread Christian MAUDERER
Hello Joel, Am 17.05.21 um 14:04 schrieb Joel Sherrill: On Mon, May 17, 2021, 2:35 AM Christian Mauderer > wrote: The -@ option adds symbols that are used when applying an overlay. RTEMS doesn't support overlays or re-parsing of device t

Re: [PATCH rtems-docs] bsps/imxrt: Remove superfluous options from dtc

2021-05-17 Thread Joel Sherrill
On Mon, May 17, 2021, 2:35 AM Christian Mauderer < christian.maude...@embedded-brains.de> wrote: > The -@ option adds symbols that are used when applying an overlay. RTEMS > doesn't support overlays or re-parsing of device trees. So the symbols > only increase the size of the binary. > > The same

[PATCH rtems-docs] bsps/imxrt: Remove superfluous options from dtc

2021-05-17 Thread Christian Mauderer
The -@ option adds symbols that are used when applying an overlay. RTEMS doesn't support overlays or re-parsing of device trees. So the symbols only increase the size of the binary. The same is true for the padding. It would be useful if the device tree is changed during run time which is not supp