Re: [PATCH v2 3/3] board: toradex: add verdin am62 support

2023-08-25 Thread Sverdlin, Alexander
Hello Marcel, On Fri, 2023-08-25 at 15:20 +0200, Alexander Sverdlin wrote: > > +Build U-Boot for R5 > > +--- > > + > > +.. code-block:: bash > > + > > +    $ export ARCH=arm > > +    $ export CROSS_COMPILE=arm-none-linux-gnueabihf- > > +    $ make verdin-am62_r5_defconfig O=/tmp/r5

Re: [PATCH v2 3/3] board: toradex: add verdin am62 support

2023-08-25 Thread Marcel Ziswiler
Sali Alexander On August 25, 2023 6:24:01 PM GMT+02:00, "Sverdlin, Alexander" wrote: >Hello Marcel, > >On Fri, 2023-08-25 at 15:20 +0200, Alexander Sverdlin wrote: >> > +Build U-Boot for R5 >> > +--- >> > + >> > +.. code-block:: bash >> > + >> > +    $ export ARCH=arm >> > +    $

Re: [PATCH v2 3/3] board: toradex: add verdin am62 support

2023-08-25 Thread Sverdlin, Alexander
Hello Marcel, On Mon, 2023-06-12 at 22:54 +0200, Marcel Ziswiler wrote: > +Build U-Boot for R5 > +--- > + > +.. code-block:: bash > + > +    $ export ARCH=arm > +    $ export CROSS_COMPILE=arm-none-linux-gnueabihf- > +    $ make verdin-am62_r5_defconfig O=/tmp/r5 > +    $ make O=/t

Re: [PATCH v2 3/3] board: toradex: add verdin am62 support

2023-06-12 Thread Marcel Ziswiler
Hi Pali On Mon, 2023-06-12 at 23:01 +0200, Pali Rohár wrote: > Hello! Just a quick look into this patch and I see that it contains lot > of dead code hidden in '#if 0'. Could you cleanup it? I assume you mean those few as can be found in our device trees. This is due to them device trees coming

Re: [PATCH v2 3/3] board: toradex: add verdin am62 support

2023-06-12 Thread Pali Rohár
Hello! Just a quick look into this patch and I see that it contains lot of dead code hidden in '#if 0'. Could you cleanup it?