[U-Boot] [PATCH 1/2] dreamplug: switch to GENERIC_BOARD

Ian Campbell ijc+uboot at hellion.org.uk
Tue Feb 24 09:38:56 CET 2015


From: Ian Campbell <ijc at hellion.org.uk>

Built and booted to a Linux prompt with no issues discovered. network and usb
access to the external mmc are ok. (my internal mmc is knackered at the h/w
level).

Signed-off-by: Ian Campbell <ijc at hellion.org.uk>
Cc: Jason Cooper <u-boot at lakedaemon.net>
Cc: Masahiro Yamada <yamada.m at jp.panasonic.com>
---
I wouldn't be terribly surprised if this could be done in mv-common.h but I only
have a dreamplug to test with.
---
 include/configs/dreamplug.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/configs/dreamplug.h b/include/configs/dreamplug.h
index 981233a..37ae686 100644
--- a/include/configs/dreamplug.h
+++ b/include/configs/dreamplug.h
@@ -37,6 +37,7 @@
 #define CONFIG_KW88F6281	1	/* SOC Name */
 #define CONFIG_MACH_TYPE	MACH_TYPE_DREAMPLUG
 #define CONFIG_SKIP_LOWLEVEL_INIT	/* disable board lowlevel_init */
+#define CONFIG_SYS_GENERIC_BOARD
 
 /*
  * Commands configuration
-- 
2.1.4



More information about the U-Boot mailing list