Message ID | 1425548477-30713-2-git-send-email-sbabic@denx.de |
---|---|
State | Accepted |
Delegated to: | Tom Rini |
Headers | show |
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!
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
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(+)