X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fcsb472.h;h=064650cfca736405542a9b52b70c03f2452e8489;hb=e42d2b0479ff5fd9f041e8dfa52105d521fa9264;hp=1fef94f76cf8314c67f81316a073d8799a6e18c9;hpb=37e4f24b87fa255ae456d193b7cd23c18dd1d56b;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/csb472.h b/include/configs/csb472.h index 1fef94f7..064650c 100644 --- a/include/configs/csb472.h +++ b/include/configs/csb472.h @@ -73,13 +73,14 @@ #endif /* - * BOOTP/DHCP protocol configuration - * + * BOOTP options */ -#define CONFIG_BOOTP_MASK ( CONFIG_BOOTP_DEFAULT | \ - CONFIG_BOOTP_DNS2 | \ - CONFIG_BOOTP_BOOTFILESIZE ) - +#define CONFIG_BOOTP_SUBNETMASK +#define CONFIG_BOOTP_GATEWAY +#define CONFIG_BOOTP_HOSTNAME +#define CONFIG_BOOTP_BOOTPATH +#define CONFIG_BOOTP_BOOTFILESIZE +#define CONFIG_BOOTP_DNS2 /* @@ -98,7 +99,6 @@ #define CONFIG_CMD_PING #define CONFIG_CMD_DHCP - /* * Serial download configuration * @@ -289,14 +289,6 @@ #define CFG_INIT_SP_OFFSET CFG_GBL_DATA_OFFSET /* - * Cache configuration - * - */ -#define CFG_DCACHE_SIZE 16384 /* For AMCC 405 CPUs, older 405 ppc's */ - /* have only 8kB, 16kB is save here */ -#define CFG_CACHELINE_SIZE 32 - -/* * Miscellaneous board specific definitions * */