diff mbox

[U-Boot] PM9G45 adding generic board support

Message ID 54B4F3B9.4080500@ronetix.at
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Georgi Botev Jan. 13, 2015, 10:30 a.m. UTC
Signed-off-by: Georgi Botev <botev@ronetix.at>
---
  include/configs/pm9g45.h | 2 ++
  1 file changed, 2 insertions(+)

Comments

Tom Rini Jan. 13, 2015, 6:31 p.m. UTC | #1
On Tue, Jan 13, 2015 at 12:30:17PM +0200, Georgi Botev wrote:

> Signed-off-by: Georgi Botev <botev@ronetix.at>

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

Patch

diff --git a/include/configs/pm9g45.h b/include/configs/pm9g45.h
index f78e0ec..a8dc0f0 100644
--- a/include/configs/pm9g45.h
+++ b/include/configs/pm9g45.h
@@ -22,6 +22,8 @@ 
   */
  #include <asm/hardware.h>

+#define CONFIG_SYS_GENERIC_BOARD
+
  #define CONFIG_PM9G45        1    /* It's an Ronetix PM9G45 */
  #define CONFIG_SYS_AT91_CPU_NAME    "AT91SAM9G45"