[U-Boot] [PATCH 06/14] powerpc/corenet_ds: Add fman support

Timur Tabi timur at freescale.com
Thu Jan 27 18:42:01 CET 2011


Mingkai Hu wrote:
> +enum board_slots {
> +	SLOT1 = 1,
> +	SLOT2,
> +	SLOT3,
> +	SLOT4,
> +	SLOT5,
> +	SLOT6,
> +};

This is silly.  SLOT1 == 1, SLOT2 == 2, etc.  Just delete this enum and use numbers.

-- 
Timur Tabi
Linux kernel developer at Freescale



More information about the U-Boot mailing list