X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fsandbox.h;h=1c13055cdc05de306d167f88c645733ab4473925;hb=a09fea1d28fe3c69a64bee092f5a764274d26ca2;hp=bf03baefe83b9d9d994112fee0fa5208a84f899a;hpb=7d994067424776b6184872b82fcaf4c0b95528f9;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h index bf03bae..1c13055 100644 --- a/include/configs/sandbox.h +++ b/include/configs/sandbox.h @@ -37,8 +37,6 @@ /* turn on command-line edit/c/auto */ -#define CONFIG_ENV_SIZE 8192 - /* SPI - enable all SPI flash types for testing purposes */ #define CONFIG_I2C_EDID @@ -63,7 +61,11 @@ func(HOST, host, 1) \ func(HOST, host, 0) +#ifdef __ASSEMBLY__ +#define BOOTENV +#else #include +#endif #define CONFIG_KEEP_SERVERADDR #define CONFIG_UDP_CHECKSUM @@ -71,7 +73,6 @@ #define CONFIG_BOOTP_DNS2 #define CONFIG_BOOTP_SEND_HOSTNAME #define CONFIG_BOOTP_SERVERIP -#define CONFIG_IP_DEFRAG #ifndef SANDBOX_NO_SDL #define CONFIG_SANDBOX_SDL