Re: [U-Boot] [PATCH 20/21] sunxi: Move all boards to the device-model

2015-05-02 Thread Ian Campbell
On Sun, 2015-04-26 at 12:06 +0200, Hans de Goede wrote: I would be happy to see this fixed, but for now I've just copied what the sandbox code is doing. OK, since Simon is happy with it I have no objections: Acked-by: Ian Campbell i...@hellion.org.uk

Re: [U-Boot] [PATCH 20/21] sunxi: Move all boards to the device-model

2015-04-26 Thread Hans de Goede
Hi, On 26-04-15 05:33, Ian Campbell wrote: On Fri, 2015-04-24 at 15:48 +0200, Hans de Goede wrote: diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfig index 3831d3b..3997637 100644 --- a/board/sunxi/Kconfig +++ b/board/sunxi/Kconfig @@ -529,4 +529,16 @@ config GMAC_TX_DELAY

Re: [U-Boot] [PATCH 20/21] sunxi: Move all boards to the device-model

2015-04-25 Thread Ian Campbell
On Fri, 2015-04-24 at 15:48 +0200, Hans de Goede wrote: diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfig index 3831d3b..3997637 100644 --- a/board/sunxi/Kconfig +++ b/board/sunxi/Kconfig @@ -529,4 +529,16 @@ config GMAC_TX_DELAY ---help--- Set the GMAC Transmit Clock Delay

[U-Boot] [PATCH 20/21] sunxi: Move all boards to the device-model

2015-04-24 Thread Hans de Goede
Now that we've everything prepared for it remove the DM settings from the defconfig(s) and simply always set them for sunxi, so that all sunxi boards will allways use dm now. Signed-off-by: Hans de Goede hdego...@redhat.com --- arch/arm/Kconfig | 5 +

Re: [U-Boot] [PATCH 20/21] sunxi: Move all boards to the device-model

2015-04-24 Thread Simon Glass
On 24 April 2015 at 07:48, Hans de Goede hdego...@redhat.com wrote: Now that we've everything prepared for it remove the DM settings from the defconfig(s) and simply always set them for sunxi, so that all sunxi boards will allways use dm now. Signed-off-by: Hans de Goede hdego...@redhat.com