[PATCH 1/3] imx: imx8mm_beacon: Eliminate a few extras to free up SPL space

2022-11-08 Thread sbabic
> There are a few functions which are not essential for use in > SPL, but they take up enough space to make other preferred > features not fit. Remove the extras. > Signed-off-by: Adam Ford > Reviewed-by: Fabio Estevam > diff --git a/board/beacon/imx8mm/spl.c b/board/beacon/imx8mm/spl.c > index

Re: [PATCH 1/3] imx: imx8mm_beacon: Eliminate a few extras to free up SPL space

2022-10-25 Thread Tim Harvey
On Mon, Oct 24, 2022 at 6:29 PM Peng Fan wrote: > > > > On 10/25/2022 4:47 AM, Tim Harvey wrote: > > On Mon, Oct 24, 2022 at 1:26 PM Adam Ford wrote: > >> > >> On Mon, Oct 24, 2022 at 2:57 PM Tim Harvey wrote: > >>> > >>> On Sat, Oct 22, 2022 at 7:28 AM Adam Ford wrote: > > There are

Re: [PATCH 1/3] imx: imx8mm_beacon: Eliminate a few extras to free up SPL space

2022-10-24 Thread Peng Fan
On 10/25/2022 4:47 AM, Tim Harvey wrote: On Mon, Oct 24, 2022 at 1:26 PM Adam Ford wrote: On Mon, Oct 24, 2022 at 2:57 PM Tim Harvey wrote: On Sat, Oct 22, 2022 at 7:28 AM Adam Ford wrote: There are a few functions which are not essential for use in SPL, but they take up enough space

Re: [PATCH 1/3] imx: imx8mm_beacon: Eliminate a few extras to free up SPL space

2022-10-24 Thread Tim Harvey
On Mon, Oct 24, 2022 at 1:52 PM Adam Ford wrote: > > On Mon, Oct 24, 2022 at 3:47 PM Tim Harvey wrote: > > > > On Mon, Oct 24, 2022 at 1:26 PM Adam Ford wrote: > > > > > > On Mon, Oct 24, 2022 at 2:57 PM Tim Harvey wrote: > > > > > > > > On Sat, Oct 22, 2022 at 7:28 AM Adam Ford wrote: > > > >

Re: [PATCH 1/3] imx: imx8mm_beacon: Eliminate a few extras to free up SPL space

2022-10-24 Thread Adam Ford
On Mon, Oct 24, 2022 at 3:47 PM Tim Harvey wrote: > > On Mon, Oct 24, 2022 at 1:26 PM Adam Ford wrote: > > > > On Mon, Oct 24, 2022 at 2:57 PM Tim Harvey wrote: > > > > > > On Sat, Oct 22, 2022 at 7:28 AM Adam Ford wrote: > > > > > > > > There are a few functions which are not essential for use

Re: [PATCH 1/3] imx: imx8mm_beacon: Eliminate a few extras to free up SPL space

2022-10-24 Thread Tim Harvey
On Mon, Oct 24, 2022 at 1:26 PM Adam Ford wrote: > > On Mon, Oct 24, 2022 at 2:57 PM Tim Harvey wrote: > > > > On Sat, Oct 22, 2022 at 7:28 AM Adam Ford wrote: > > > > > > There are a few functions which are not essential for use in > > > SPL, but they take up enough space to make other preferre

Re: [PATCH 1/3] imx: imx8mm_beacon: Eliminate a few extras to free up SPL space

2022-10-24 Thread Adam Ford
On Mon, Oct 24, 2022 at 2:57 PM Tim Harvey wrote: > > On Sat, Oct 22, 2022 at 7:28 AM Adam Ford wrote: > > > > There are a few functions which are not essential for use in > > SPL, but they take up enough space to make other preferred > > features not fit. Remove the extras. > > > > Signed-off-b

Re: [PATCH 1/3] imx: imx8mm_beacon: Eliminate a few extras to free up SPL space

2022-10-24 Thread Tim Harvey
On Sat, Oct 22, 2022 at 7:28 AM Adam Ford wrote: > > There are a few functions which are not essential for use in > SPL, but they take up enough space to make other preferred > features not fit. Remove the extras. > > Signed-off-by: Adam Ford > > diff --git a/board/beacon/imx8mm/spl.c b/board/be

Re: [PATCH 1/3] imx: imx8mm_beacon: Eliminate a few extras to free up SPL space

2022-10-22 Thread Fabio Estevam
On Sat, Oct 22, 2022 at 11:28 AM Adam Ford wrote: > > There are a few functions which are not essential for use in > SPL, but they take up enough space to make other preferred > features not fit. Remove the extras. > > Signed-off-by: Adam Ford Reviewed-by: Fabio Estevam

[PATCH 1/3] imx: imx8mm_beacon: Eliminate a few extras to free up SPL space

2022-10-22 Thread Adam Ford
There are a few functions which are not essential for use in SPL, but they take up enough space to make other preferred features not fit. Remove the extras. Signed-off-by: Adam Ford diff --git a/board/beacon/imx8mm/spl.c b/board/beacon/imx8mm/spl.c index a93cc93878..b0e9d918da 100644 --- a/boar