[U-Boot] Some thoughts on SPL

Tom Rini tom.rini at gmail.com
Tue Dec 20 21:56:15 CET 2011


On Tue, Dec 20, 2011 at 1:48 PM, Scott Wood <scottwood at freescale.com> wrote:
> On 12/20/2011 09:38 AM, Tom Rini wrote:
>> So, in chasing down another problem I was having (that turned out
>> unrelated) I just made SPL use the full NAND stack.  It wouldn't be
>> difficult to add CONFIG_SPL_FULL_NAND_SUPPORT
>
> How about CONFIG_SPL_NAND_FULL?
>
>> (and either keep the
>> existing name for nand_spl_simple or rename to
>> CONFIG_SPL_MIN_NAND_SUPPORT).
>
> Please keep it as CONFIG_SPL_NAND_SIMPLE.  There will be other NAND SPL
> implementations besides "simple" and "full" once we migrate over the
> existing nand_spl users.

OK, I only opened up README.SPL which says CONFIG_SPL_NAND_SUPPORT and
not documenting that existing CONFIG_SPL_NAND_SIMPLE, so, agreed.  And
I'll add CONFIG_SPL_NAND_SIMPLE to the README.

-- 
Tom


More information about the U-Boot mailing list