[U-Boot] [PATCH 1/3] flea3: Convert to generic board

Boards need to select CONFIG_SYS_GENERIC_BOARD in order to prevent removal from the project.
Signed-off-by: Stefano Babic sbabic@denx.de --- include/configs/flea3.h | 1 + 1 file changed, 1 insertion(+)
diff --git a/include/configs/flea3.h b/include/configs/flea3.h index bf02829..6604238 100644 --- a/include/configs/flea3.h +++ b/include/configs/flea3.h @@ -22,6 +22,7 @@ #define CONFIG_SYS_CACHELINE_SIZE 32
#define CONFIG_DISPLAY_CPUINFO +#define CONFIG_SYS_GENERIC_BOARD
/* Only in case the value is not present in mach-types.h */ #ifndef MACH_TYPE_FLEA3

Boards need to select CONFIG_SYS_GENERIC_BOARD in order to prevent removal from the project.
Signed-off-by: Stefano Babic sbabic@denx.de --- include/configs/mx35pdk.h | 1 + 1 file changed, 1 insertion(+)
diff --git a/include/configs/mx35pdk.h b/include/configs/mx35pdk.h index a145f08..6a41093 100644 --- a/include/configs/mx35pdk.h +++ b/include/configs/mx35pdk.h @@ -19,6 +19,7 @@ #define CONFIG_MX35
#define CONFIG_DISPLAY_CPUINFO +#define CONFIG_SYS_GENERIC_BOARD
/* Set TEXT at the beginning of the NOR flash */ #define CONFIG_SYS_TEXT_BASE 0xA0000000

On Thu, Mar 05, 2015 at 10:41:16AM +0100, Stefano Babic wrote:
Boards need to select CONFIG_SYS_GENERIC_BOARD in order to prevent removal from the project.
Signed-off-by: Stefano Babic sbabic@denx.de
Applied to u-boot/master, thanks!

Boards need to select CONFIG_SYS_GENERIC_BOARD in order to prevent removal from the project.
Signed-off-by: Stefano Babic sbabic@denx.de --- include/configs/woodburn_common.h | 1 + 1 file changed, 1 insertion(+)
diff --git a/include/configs/woodburn_common.h b/include/configs/woodburn_common.h index c7a17f7..86fcd14 100644 --- a/include/configs/woodburn_common.h +++ b/include/configs/woodburn_common.h @@ -21,6 +21,7 @@ #define CONFIG_SYS_CACHELINE_SIZE 32
#define CONFIG_DISPLAY_CPUINFO +#define CONFIG_SYS_GENERIC_BOARD
/* Only in case the value is not present in mach-types.h */ #ifndef MACH_TYPE_FLEA3

On Thu, Mar 05, 2015 at 10:41:17AM +0100, Stefano Babic wrote:
Boards need to select CONFIG_SYS_GENERIC_BOARD in order to prevent removal from the project.
Signed-off-by: Stefano Babic sbabic@denx.de
Applied to u-boot/master, thanks!

On Thu, Mar 05, 2015 at 10:41:15AM +0100, Stefano Babic wrote:
Boards need to select CONFIG_SYS_GENERIC_BOARD in order to prevent removal from the project.
Signed-off-by: Stefano Babic sbabic@denx.de
Applied to u-boot/master, thanks!
participants (2)
-
Stefano Babic
-
Tom Rini