diff mbox

[U-Boot,PATCHv2] generic board for socfpga

Message ID 20140909112533.GA15404@amd
State Superseded
Delegated to: Marek Vasut
Headers show

Commit Message

Pavel Machek Sept. 9, 2014, 11:25 a.m. UTC
Socfpga u-boot works fine with CONFIG_SYS_GENERIC_BOARD, so enable
that option as documentation suggests.

Signed-off-by: Pavel Machek <pavel@denx.de>

---

> Sorry, I let this last too long before I reviewed it and now it does
> not apply cleanly at all. Can you have a look?

Here you go.

Comments

Chin Liang See Sept. 12, 2014, 5:53 a.m. UTC | #1
On Tue, 2014-09-09 at 13:25 +0200, ZY - pavel wrote:
> Socfpga u-boot works fine with CONFIG_SYS_GENERIC_BOARD, so enable
> that option as documentation suggests.
> 
> Signed-off-by: Pavel Machek <pavel@denx.de>

Acked-by: Chin Liang See <clsee@altera.com>


> 
> ---
> 
> > Sorry, I let this last too long before I reviewed it and now it does
> > not apply cleanly at all. Can you have a look?
> 
> Here you go.
> 
> 
> diff --git a/include/configs/socfpga_cyclone5.h b/include/configs/socfpga_cyclone5.h
> index 5d145cd..d3d1e48 100644
> --- a/include/configs/socfpga_cyclone5.h
> +++ b/include/configs/socfpga_cyclone5.h
> @@ -11,6 +11,8 @@
>  #include "../../board/altera/socfpga/iocsr_config.h"
>  #include "../../board/altera/socfpga/pll_config.h"
>  
> +#define CONFIG_SYS_GENERIC_BOARD
> +
>  /*
>   * High level configuration
>   */
>
diff mbox

Patch

diff --git a/include/configs/socfpga_cyclone5.h b/include/configs/socfpga_cyclone5.h
index 5d145cd..d3d1e48 100644
--- a/include/configs/socfpga_cyclone5.h
+++ b/include/configs/socfpga_cyclone5.h
@@ -11,6 +11,8 @@ 
 #include "../../board/altera/socfpga/iocsr_config.h"
 #include "../../board/altera/socfpga/pll_config.h"
 
+#define CONFIG_SYS_GENERIC_BOARD
+
 /*
  * High level configuration
  */