0004-kirkwood-ib62x0-add-CONFIG_SYS_GENERIC_BOARD-define.patch 726 B

123456789101112131415161718192021222324252627
  1. From 280b03ba28b4287de677d4c4b097918364395b5e Mon Sep 17 00:00:00 2001
  2. From: Luka Perkov <luka@openwrt.org>
  3. Date: Wed, 2 Jul 2014 01:47:23 +0200
  4. Subject: [PATCH 4/9] kirkwood: ib62x0: 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. This is patch was sent already in July:
  10. http://lists.denx.de/pipermail/u-boot/2014-July/182900.html
  11. ---
  12. include/configs/ib62x0.h | 2 ++
  13. 1 file changed, 2 insertions(+)
  14. --- a/include/configs/ib62x0.h
  15. +++ b/include/configs/ib62x0.h
  16. @@ -9,6 +9,8 @@
  17. #ifndef _CONFIG_IB62x0_H
  18. #define _CONFIG_IB62x0_H
  19. +#define CONFIG_SYS_GENERIC_BOARD
  20. +
  21. /*
  22. * Version number information
  23. */