Re: [PATCH 0/8] image: Refactor ramdisk code to avoid #ifdef

2022-09-14 Thread Tom Rini
On Sun, 28 Aug 2022 12:32:45 -0600, Simon Glass wrote: > The previous attempt at this[1] broke a board and was reverted in [2]. > This series adopts a slightly different approach, splitting the changes > into many commits. > > [1] f33a2c1bd0f ("image: Remove #ifdefs from select_ramdisk()") > [2]

[PATCH 0/8] image: Refactor ramdisk code to avoid #ifdef

2022-08-28 Thread Simon Glass
The previous attempt at this[1] broke a board and was reverted in [2]. This series adopts a slightly different approach, splitting the changes into many commits. [1] f33a2c1bd0f ("image: Remove #ifdefs from select_ramdisk()") [2] 621158d106f ("Revert "image: Remove #ifdefs from