X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fflea3.h;h=11d9391139fbcc487cd935491a2c7ba2f723b072;hb=529fb062081e100faae6dc0d163a548b8528ff24;hp=3e4aaf6cd65b66ee37baf02b6cfa2ca074a239d3;hpb=9f0f432c0aea1e70959a0c06938459d3175a36b0;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/flea3.h b/include/configs/flea3.h index 3e4aaf6..11d9391 100644 --- a/include/configs/flea3.h +++ b/include/configs/flea3.h @@ -19,9 +19,6 @@ #define CONFIG_MX35 #define CONFIG_SYS_DCACHE_OFF -#define CONFIG_SYS_CACHELINE_SIZE 32 - -#define CONFIG_DISPLAY_CPUINFO /* Only in case the value is not present in mach-types.h */ #ifndef MACH_TYPE_FLEA3 @@ -73,25 +70,17 @@ /* * Command definition */ -#define CONFIG_CMD_PING -#define CONFIG_CMD_DHCP #define CONFIG_BOOTP_SUBNETMASK #define CONFIG_BOOTP_GATEWAY #define CONFIG_BOOTP_DNS #define CONFIG_CMD_NAND -#define CONFIG_CMD_CACHE -#define CONFIG_CMD_I2C -#define CONFIG_CMD_SPI -#define CONFIG_CMD_MII #define CONFIG_NET_RETRY_COUNT 100 -#define CONFIG_BOOTDELAY 3 #define CONFIG_LOADADDR 0x80800000 /* loadaddr env var */ - /* * Ethernet on SOC (FEC) */ @@ -110,7 +99,6 @@ */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ #define CONFIG_CMDLINE_EDITING -#define CONFIG_SYS_HUSH_PARSER /* Use the HUSH parser */ #define CONFIG_AUTO_COMPLETE #define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */ @@ -250,7 +238,4 @@ "else echo U-Boot not downloaded..exiting;fi\0" \ "bootcmd=run net_nfs\0" -/* Enable FIT images support */ -#define CONFIG_CMD_FDT - #endif /* __CONFIG_H */