[U-Boot] [PATCH] board/BuR/common: introduce usage of CONFIG_SYS_GENERIC_BOARD

Signed-off-by: Hannes Petermaier oe5hpm@oevsv.at --- include/configs/bur_am335x_common.h | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/include/configs/bur_am335x_common.h b/include/configs/bur_am335x_common.h index 7dc91be..edb07b1 100644 --- a/include/configs/bur_am335x_common.h +++ b/include/configs/bur_am335x_common.h @@ -12,6 +12,8 @@ #ifndef __BUR_AM335X_COMMON_H__ #define __BUR_AM335X_COMMON_H__ /* ------------------------------------------------------------------------- */ +#define CONFIG_SYS_GENERIC_BOARD + #define CONFIG_AM33XX #define CONFIG_OMAP #define CONFIG_OMAP_COMMON

On Wed, Jun 04, 2014 at 10:22:07AM +0200, Hannes Petermaier wrote:
Signed-off-by: Hannes Petermaier oe5hpm@oevsv.at
Applied to u-boot-ti/master, thanks!
participants (2)
-
Hannes Petermaier
-
Tom Rini