board/km: drop CONFIG_KM_ROOTFSSIZE
This unused nowadays and can be dropped. Signed-off-by: Holger Brunck <holger.brunck@hitachienergy.com>
This commit is contained in:
@@ -21,11 +21,8 @@
|
|||||||
* @CONFIG_KM_RESERVED_PRAM: reserved pram for special purpose
|
* @CONFIG_KM_RESERVED_PRAM: reserved pram for special purpose
|
||||||
* @CONFIG_KM_PHRAM: address for /var
|
* @CONFIG_KM_PHRAM: address for /var
|
||||||
* @CONFIG_KM_PNVRAM: address for PNVRAM (for the application)
|
* @CONFIG_KM_PNVRAM: address for PNVRAM (for the application)
|
||||||
* @CONFIG_KM_ROOTFSSIZE: address for rootfilesystem in RAM
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* size of rootfs in RAM */
|
|
||||||
#define CONFIG_KM_ROOTFSSIZE 0x0
|
|
||||||
/* set the default PRAM value to at least PNVRAM + PHRAM when pram env variable
|
/* set the default PRAM value to at least PNVRAM + PHRAM when pram env variable
|
||||||
* is not valid yet, which is the case for when u-boot copies itself to RAM */
|
* is not valid yet, which is the case for when u-boot copies itself to RAM */
|
||||||
#define CONFIG_PRAM ((CONFIG_KM_PNVRAM + CONFIG_KM_PHRAM)>>10)
|
#define CONFIG_PRAM ((CONFIG_KM_PNVRAM + CONFIG_KM_PHRAM)>>10)
|
||||||
|
@@ -179,11 +179,8 @@
|
|||||||
* @CONFIG_KM_RESERVED_PRAM: reserved pram for special purpose
|
* @CONFIG_KM_RESERVED_PRAM: reserved pram for special purpose
|
||||||
* @CONFIG_KM_PHRAM: address for /var
|
* @CONFIG_KM_PHRAM: address for /var
|
||||||
* @CONFIG_KM_PNVRAM: address for PNVRAM (for the application)
|
* @CONFIG_KM_PNVRAM: address for PNVRAM (for the application)
|
||||||
* @CONFIG_KM_ROOTFSSIZE: address for rootfilesystem in RAM
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* size of rootfs in RAM */
|
|
||||||
#define CONFIG_KM_ROOTFSSIZE 0x0
|
|
||||||
/* set the default PRAM value to at least PNVRAM + PHRAM when pram env variable
|
/* set the default PRAM value to at least PNVRAM + PHRAM when pram env variable
|
||||||
* is not valid yet, which is the case for when u-boot copies itself to RAM
|
* is not valid yet, which is the case for when u-boot copies itself to RAM
|
||||||
*/
|
*/
|
||||||
|
@@ -246,7 +246,6 @@ CONFIG_KM_DEF_ENV_FLASH_BOOT
|
|||||||
CONFIG_KM_DEV_ENV_FLASH_BOOT_UBI
|
CONFIG_KM_DEV_ENV_FLASH_BOOT_UBI
|
||||||
CONFIG_KM_ECC_MODE
|
CONFIG_KM_ECC_MODE
|
||||||
CONFIG_KM_NEW_ENV
|
CONFIG_KM_NEW_ENV
|
||||||
CONFIG_KM_ROOTFSSIZE
|
|
||||||
CONFIG_KM_UBI_LINUX_MTD
|
CONFIG_KM_UBI_LINUX_MTD
|
||||||
CONFIG_KM_UBI_PARTITION_NAME_APP
|
CONFIG_KM_UBI_PARTITION_NAME_APP
|
||||||
CONFIG_KM_UBI_PARTITION_NAME_BOOT
|
CONFIG_KM_UBI_PARTITION_NAME_BOOT
|
||||||
|
Reference in New Issue
Block a user