X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fopenrd.h;h=5c59cabc08859de65c3dfd9477cd287f4d8319a1;hb=9a3cc7b6d416fddfa6058b731fe5c9055dba6918;hp=0165d9cf0e5091b989c3eb2beafba0964c283b20;hpb=e38c66edae1b05c472dc6c594eae1ed61e7ccdbf;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/openrd.h b/include/configs/openrd.h index 0165d9c..5c59cab 100644 --- a/include/configs/openrd.h +++ b/include/configs/openrd.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * (C) Copyright 2009 * Net Insight @@ -7,8 +8,6 @@ * (C) Copyright 2009 * Marvell Semiconductor * Written-by: Prafulla Wadaskar - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef _CONFIG_OPENRD_H @@ -24,7 +23,6 @@ /* * Commands configuration */ -#define CONFIG_SYS_MVFS /* * mv-common.h should be defined after CMD configs since it used them @@ -35,16 +33,10 @@ /* * Environment variables configurations */ -#ifdef CONFIG_CMD_NAND -#define CONFIG_ENV_SECT_SIZE 0x20000 /* 128K */ -#endif /* * max 4k env size is enough, but in case of nand * it has to be rounded to sector size */ -#define CONFIG_ENV_SIZE 0x20000 /* 128k */ -#define CONFIG_ENV_ADDR 0x60000 -#define CONFIG_ENV_OFFSET 0x60000 /* env starts here */ /* * Environment is right behind U-Boot in flash. Make sure U-Boot * doesn't grow into the environment area. @@ -62,9 +54,7 @@ CONFIG_MTDPARTS_DEFAULT " rw ubi.mtd=2,2048\0" \ "x_bootcmd_kernel=nand read 0x6400000 0x100000 0x300000\0" \ "x_bootcmd_usb=usb start\0" \ - "x_bootargs_root=root=ubi0:rootfs rootfstype=ubifs\0" \ - "mtdids="CONFIG_MTDIDS_DEFAULT"\0" \ - "mtdparts="CONFIG_MTDPARTS_DEFAULT"\0" + "x_bootargs_root=root=ubi0:rootfs rootfstype=ubifs\0" /* * Ethernet Driver configuration