Skip to content
Snippets Groups Projects
Commit a0744285 authored by Valentin Longchamp's avatar Valentin Longchamp Committed by York Sun
Browse files

keymile/powerpc: move to the architecture-generic board system


This converts all the Keymile powerpc boards to the generic board
initialization.

This includes the 3 Keymile powerpc subsystems: km82xx, km83xx,
and kmp204x.

Signed-off-by: default avatarValentin Longchamp <valentin.longchamp@keymile.com>
Reviewed-by: default avatarYork Sun <yorksun@freescale.com>
parent e83a7e94
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,9 @@ ...@@ -8,6 +8,9 @@
#ifndef __CONFIG_KM83XX_H #ifndef __CONFIG_KM83XX_H
#define __CONFIG_KM83XX_H #define __CONFIG_KM83XX_H
#define CONFIG_SYS_GENERIC_BOARD
#define CONFIG_DISPLAY_BOARDINFO
/* include common defines/options for all Keymile boards */ /* include common defines/options for all Keymile boards */
#include "keymile-common.h" #include "keymile-common.h"
#include "km-powerpc.h" #include "km-powerpc.h"
......
...@@ -21,6 +21,9 @@ ...@@ -21,6 +21,9 @@
#define CONFIG_NAND_ECC_BCH #define CONFIG_NAND_ECC_BCH
#define CONFIG_SYS_GENERIC_BOARD
#define CONFIG_DISPLAY_BOARDINFO
/* common KM defines */ /* common KM defines */
#include "keymile-common.h" #include "keymile-common.h"
......
...@@ -29,6 +29,9 @@ ...@@ -29,6 +29,9 @@
#error ("Board unsupported") #error ("Board unsupported")
#endif #endif
#define CONFIG_SYS_GENERIC_BOARD
#define CONFIG_DISPLAY_BOARDINFO
#define CONFIG_SYS_TEXT_BASE 0xFE000000 #define CONFIG_SYS_TEXT_BASE 0xFE000000
/* include common defines/options for all Keymile boards */ /* include common defines/options for all Keymile boards */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment