[U-Boot-Users] [PATCH 2/2 V2] qemu-mips: add full functionnalty and support of CONFIG_SMALLEST
Jean-Christophe PLAGNIOL-VILLARD
plagnioj at jcrosoft.com
Tue Apr 22 08:26:01 CEST 2008
On 21:26 Mon 21 Apr , Wolfgang Denk wrote:
> In message <1208800094-23117-1-git-send-email-plagnioj at jcrosoft.com> you wrote:
> > add support of :
> > #define CONFIG_CMD_ASKENV
> > #define CONFIG_CMD_LOADS
> > #define CONFIG_CMD_LOADB
> > #define CONFIG_CMD_PING
> > #define CONFIG_CMD_CDP
> > #define CONFIG_CMD_SAVES
> > #define CONFIG_CMD_SETEXPR
> >
> > and keep only :
> > tftp and dhcp support when CONFIG_SMALLEST is active
>
> What is the difference between the first patch and patch "V2"?
>
I've invert on line in the Makefile
I've put
@[ -z "$(findstring _smallest_,$@)" ] || \
before
@echo "#define CONFIG_QEMU_MIPS 1" >$(obj)include/config.h
so the #define CONFIG_SMALLEST is overwrite
> What is "CONFIG_SMALLEST" ?
>
Built the minimal functionnality to create the smallest u-boot
> What is "full functionnalty"?
>
Active everythink that we could.
Best regards,
J.
More information about the U-Boot
mailing list