
On 21:26 Mon 21 Apr , Wolfgang Denk wrote:
In message 1208800094-23117-1-git-send-email-plagnioj@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.