[U-Boot] [PATCH 1/2] sunxi: rsb: Add sun9i (A80 support)

Ian Campbell ijc+uboot at hellion.org.uk
Wed Jan 28 10:18:06 CET 2015


On Tue, 2015-01-27 at 11:27 +0100, Hans de Goede wrote:
> Add support for the A80 to the rsb code.
> 
> Signed-off-by: Hans de Goede <hdegoede at redhat.com>

> @@ -129,6 +133,7 @@ enum sunxi_gpio_number {
>  #define SUNXI_GPI(_nr)	(SUNXI_GPIO_I_START + (_nr))
>  #define SUNXI_GPL(_nr)	(SUNXI_GPIO_L_START + (_nr))
>  #define SUNXI_GPM(_nr)	(SUNXI_GPIO_M_START + (_nr))
> +#define SUNXI_GPN(_nr)	(SUNXI_GPIO_L_START + (_nr))
                  ^ N vs             ^ L

Is this correct or a cut-n-paste-o?

Ian.



More information about the U-Boot mailing list