On Wed, Jul 30, 2008 at 02:31:07PM +0200, Guennadi Liakhovetski wrote:
>       /* 2 Gigabit */
> -     {"NAND 256MiB 1,8V 8-bit",      0xAA, 0, 256, 0, 
> NAND_SAMSUNG_LP_OPTIONS | NAND_NO_AUTOINCR},
> -     {"NAND 256MiB 3,3V 8-bit",      0xDA, 0, 256, 0, 
> NAND_SAMSUNG_LP_OPTIONS | NAND_NO_AUTOINCR},
> -     {"NAND 256MiB 1,8V 16-bit",     0xBA, 0, 256, 0, 
> NAND_SAMSUNG_LP_OPTIONS | NAND_BUSWIDTH_16 | NAND_NO_AUTOINCR},
> -     {"NAND 256MiB 3,3V 16-bit",     0xCA, 0, 256, 0, 
> NAND_SAMSUNG_LP_OPTIONS | NAND_BUSWIDTH_16 | NAND_NO_AUTOINCR},
> +     {"NAND 256MiB 1,8V 8-bit",      0xAA, 0, 256, 0, 
> NAND_SAMSUNG_LP_OPTIONS | NAND_NO_AUTOINCR |
> +                                                      NAND_BBT_SCAN2NDPAGE},
> +     {"NAND 256MiB 3,3V 8-bit",      0xDA, 0, 256, 0, 
> NAND_SAMSUNG_LP_OPTIONS | NAND_NO_AUTOINCR |
> +                                                      NAND_BBT_SCAN2NDPAGE},
> +     {"NAND 256MiB 1,8V 16-bit",     0xBA, 0, 256, 0, 
> NAND_SAMSUNG_LP_OPTIONS | NAND_BUSWIDTH_16 | NAND_NO_AUTOINCR |
> +                                                      NAND_BBT_SCAN2NDPAGE},
> +     {"NAND 256MiB 3,3V 16-bit",     0xCA, 0, 256, 0, 
> NAND_SAMSUNG_LP_OPTIONS | NAND_BUSWIDTH_16 | NAND_NO_AUTOINCR |
> +                                                      NAND_BBT_SCAN2NDPAGE},
>  

NAND_BBT_SCAN2NDPAGE is a BBT option, not a NAND option.  You can't
combine them like this.

-Scott

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users

Reply via email to