X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fpic32mzdask.h;h=d3ab5575ee704702487dcffca9613b0f6c00d9d5;hb=d01806a8fcbdaedcc67cead56ece572021d97ab7;hp=0bb512648a5d6192da4e801328f3757788912bfc;hpb=86362221fc72fa74620232b79eec56fbfb1ff96f;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/pic32mzdask.h b/include/configs/pic32mzdask.h index 0bb5126..d3ab557 100644 --- a/include/configs/pic32mzdask.h +++ b/include/configs/pic32mzdask.h @@ -1,8 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * (c) 2015 Purna Chandra Mandal * - * SPDX-License-Identifier: GPL-2.0+ - * * Microchip PIC32MZ[DA] Starter Kit. */ @@ -17,9 +16,6 @@ /* CPU Timer rate */ #define CONFIG_SYS_MIPS_TIMER_FREQ 100000000 -/* Cache Configuration */ -#define CONFIG_SYS_MIPS_CACHE_MODE CONF_CM_CACHABLE_NONCOHERENT - /*---------------------------------------------------------------------- * Memory Layout */ @@ -52,18 +48,15 @@ /*---------------------------------------------------------------------- * Commands */ -#define CONFIG_SYS_LONGHELP /* undef to save memory */ /*------------------------------------------------------------ * Console Configuration */ #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ -#define CONFIG_CMDLINE_EDITING 1 /*----------------------------------------------------------------------- * Networking Configuration */ -#define CONFIG_MII #define CONFIG_PHY_SMSC #define CONFIG_SYS_RX_ETH_BUFFER 8 #define CONFIG_NET_RETRY_COUNT 20 @@ -73,23 +66,11 @@ * BOOTP options */ #define CONFIG_BOOTP_BOOTFILESIZE -#define CONFIG_BOOTP_BOOTPATH -#define CONFIG_BOOTP_GATEWAY -#define CONFIG_BOOTP_HOSTNAME /*-------------------------------------------------- * USB Configuration */ -/*----------------------------------------------------------------------- - * File System Configuration - */ -/* FAT FS */ -#define CONFIG_SUPPORT_VFAT - -/* EXT4 FS */ -#define CONFIG_FS_EXT4 - /* ------------------------------------------------- * Environment */