0006-kirkwood-goflexhome-add-CONFIG_SYS_GENERIC_BOARD-def.patch 648 B

1234567891011121314151617181920212223
  1. From 0d0a6606396f0cc1a4f2966d167ef9e85d533650 Mon Sep 17 00:00:00 2001
  2. From: Luka Perkov <luka@openwrt.org>
  3. Date: Sun, 30 Nov 2014 02:40:51 +0100
  4. Subject: [PATCH 6/9] kirkwood: goflexhome: add CONFIG_SYS_GENERIC_BOARD define
  5. Signed-off-by: Luka Perkov <luka@openwrt.org>
  6. CC: Prafulla Wadaskar <prafulla@marvell.com>
  7. CC: Stefan Roese <sr@denx.de>
  8. ---
  9. include/configs/goflexhome.h | 2 ++
  10. 1 file changed, 2 insertions(+)
  11. --- a/include/configs/goflexhome.h
  12. +++ b/include/configs/goflexhome.h
  13. @@ -15,6 +15,8 @@
  14. #ifndef _CONFIG_GOFLEXHOME_H
  15. #define _CONFIG_GOFLEXHOME_H
  16. +#define CONFIG_SYS_GENERIC_BOARD
  17. +
  18. /*
  19. * Version number information
  20. */