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

From: Ian Campbell ijc@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@hellion.org.uk Cc: Jason Cooper u-boot@lakedaemon.net Cc: Masahiro Yamada yamada.m@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

-----Original Message----- From: Ian Campbell [mailto:ijc+uboot@hellion.org.uk] Sent: 24 February 2015 14:09 To: u-boot@lists.denx.de; Prafulla Wadaskar; Luka Perkov Cc: Ian Campbell; Jason Cooper; Masahiro Yamada Subject: [PATCH 1/2] dreamplug: switch to GENERIC_BOARD
From: Ian Campbell ijc@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@hellion.org.uk Cc: Jason Cooper u-boot@lakedaemon.net Cc: Masahiro Yamada yamada.m@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
--
Acked-By: Prafulla Wadaskar prafulla@marvell.com
Regards... Prafulla . . .

Hi Ian,
On Tue, Feb 24, 2015 at 08:38:56AM +0000, Ian Campbell wrote:
From: Ian Campbell ijc@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@hellion.org.uk Cc: Jason Cooper u-boot@lakedaemon.net Cc: Masahiro Yamada yamada.m@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(+)
Applied to u-boot-marvell master branch. Thank you.
Luka
participants (3)
-
Ian Campbell
-
Luka Perkov
-
Prafulla Wadaskar