[U-Boot] Activate generic board feature on all MPL boards

[PATCH 1/4] PIP405: convert to generic board [PATCH 2/4] MIP405: convert to generic board [PATCH 3/4] VCMA9: convert to generic board [PATCH 4/4] PATI: convert to generic board

Signed-off-by: David Müller d.mueller@elsoft.ch --- include/configs/PIP405.h | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/include/configs/PIP405.h b/include/configs/PIP405.h index a6f505a..9a1b2ac 100644 --- a/include/configs/PIP405.h +++ b/include/configs/PIP405.h @@ -21,6 +21,8 @@
#define CONFIG_SYS_TEXT_BASE 0xFFF80000
+#define CONFIG_SYS_GENERIC_BOARD + /*********************************************************** * Clock ***********************************************************/

On Tue, Sep 30, 2014 at 12:32:20PM +0200, David Müller (ELSOFT AG) wrote:
Signed-off-by: David Müller d.mueller@elsoft.ch
Applied to u-boot/master, thanks!

Signed-off-by: David Müller d.mueller@elsoft.ch --- include/configs/MIP405.h | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/include/configs/MIP405.h b/include/configs/MIP405.h index 68824fd..147f122 100644 --- a/include/configs/MIP405.h +++ b/include/configs/MIP405.h @@ -21,6 +21,8 @@
#define CONFIG_SYS_TEXT_BASE 0xFFF80000
+#define CONFIG_SYS_GENERIC_BOARD + /*********************************************************** * Note that it may also be a MIP405T board which is a subset of the * MIP405

On Tue, Sep 30, 2014 at 12:32:21PM +0200, David Müller (ELSOFT AG) wrote:
Signed-off-by: David Müller d.mueller@elsoft.ch
Applied to u-boot/master, thanks!

Signed-off-by: David Müller d.mueller@elsoft.ch --- include/configs/VCMA9.h | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/include/configs/VCMA9.h b/include/configs/VCMA9.h index d40185e..0d8a13c 100644 --- a/include/configs/VCMA9.h +++ b/include/configs/VCMA9.h @@ -28,6 +28,8 @@
#define CONFIG_SYS_TEXT_BASE 0x0
+#define CONFIG_SYS_GENERIC_BOARD + #define CONFIG_SYS_ARM_CACHE_WRITETHROUGH
/* input clock of PLL (VCMA9 has 12MHz input clock) */

On Tue, Sep 30, 2014 at 12:32:22PM +0200, David Müller (ELSOFT AG) wrote:
Signed-off-by: David Müller d.mueller@elsoft.ch
Applied to u-boot/master, thanks!

Signed-off-by: David Müller d.mueller@elsoft.ch --- include/configs/PATI.h | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/include/configs/PATI.h b/include/configs/PATI.h index d823b0f..65ab65d 100644 --- a/include/configs/PATI.h +++ b/include/configs/PATI.h @@ -21,6 +21,8 @@
#define CONFIG_SYS_TEXT_BASE 0xFFF00000
+#define CONFIG_SYS_GENERIC_BOARD + /* Serial Console Configuration */ #define CONFIG_5xx_CONS_SCI1 #undef CONFIG_5xx_CONS_SCI2

On Tue, Sep 30, 2014 at 12:32:23PM +0200, David Müller (ELSOFT AG) wrote:
Signed-off-by: David Müller d.mueller@elsoft.ch
Applied to u-boot/master, thanks!
participants (2)
-
David Müller
-
Tom Rini