diff options
author | Ian Campbell <ijc@hellion.org.uk> | 2015-02-24 08:38:56 +0000 |
---|---|---|
committer | Luka Perkov <luka.perkov@sartura.hr> | 2015-03-05 22:09:00 +0100 |
commit | ce4eae0e5a8ae620ba84ac5270dd8f2ade83c81f (patch) | |
tree | cf8d9029695e26377c5cd352df3aa1b7457a76eb | |
parent | c250ce0f570d89ef579827f8a2d98d1cbc4f1c2a (diff) | |
download | u-boot-imx-ce4eae0e5a8ae620ba84ac5270dd8f2ade83c81f.zip u-boot-imx-ce4eae0e5a8ae620ba84ac5270dd8f2ade83c81f.tar.gz u-boot-imx-ce4eae0e5a8ae620ba84ac5270dd8f2ade83c81f.tar.bz2 |
dreamplug: switch to GENERIC_BOARD
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@hellion.org.uk>
Acked-By: Prafulla Wadaskar <prafulla@marvell.com>
-rw-r--r-- | include/configs/dreamplug.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |