diff mbox

[U-Boot,2/2] ppc: xilinx-ppc: Move to generic board support

Message ID 1431440429-10725-2-git-send-email-ricardo.ribalda@gmail.com
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Ricardo Ribalda Delgado May 12, 2015, 2:20 p.m. UTC
Generic board support seems to work just fine. Tested on ml507 with
bitstream generated on the latest ISE software.

Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
---
 include/configs/xilinx-ppc.h | 3 +++
 1 file changed, 3 insertions(+)

Comments

Ricardo Ribalda Delgado May 28, 2015, 10:19 a.m. UTC | #1
On behalf of Georg

Tested-by: Georg Schardt <schardt at team-ctech.de>

On Tue, May 12, 2015 at 4:20 PM, Ricardo Ribalda Delgado
<ricardo.ribalda at gmail.com> wrote:
> Generic board support seems to work just fine. Tested on ml507 with
> bitstream generated on the latest ISE software.
>
> Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda at gmail.com>
> ---
>  include/configs/xilinx-ppc.h | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/include/configs/xilinx-ppc.h b/include/configs/xilinx-ppc.h
> index 0ccd73a8681e..ccae703cbce2 100644
> --- a/include/configs/xilinx-ppc.h
> +++ b/include/configs/xilinx-ppc.h
> @@ -11,6 +11,9 @@
>
>  #ifndef __CONFIG_XLX_H
>  #define __CONFIG_XLX_H
> +
> +#define CONFIG_SYS_GENERIC_BOARD
> +
>  /*
>  #define DEBUG
>  #define ET_DEBUG
> --
> 2.1.4
>
Tom Rini May 28, 2015, 1:23 p.m. UTC | #2
On Tue, May 12, 2015 at 04:20:29PM +0200, Ricardo Ribalda wrote:

> Generic board support seems to work just fine. Tested on ml507 with
> bitstream generated on the latest ISE software.
> 
> Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda at gmail.com>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/include/configs/xilinx-ppc.h b/include/configs/xilinx-ppc.h
index 0ccd73a8681e..ccae703cbce2 100644
--- a/include/configs/xilinx-ppc.h
+++ b/include/configs/xilinx-ppc.h
@@ -11,6 +11,9 @@ 
 
 #ifndef __CONFIG_XLX_H
 #define __CONFIG_XLX_H
+
+#define CONFIG_SYS_GENERIC_BOARD
+
 /*
 #define DEBUG
 #define ET_DEBUG