mirror of
https://xff.cz/git/u-boot/
synced 2025-09-03 17:52:07 +02:00
Drop CONFIG_CRAMFS_CMDLINE
This option doesn't do anything. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org> Suggested-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
@@ -29,7 +29,6 @@
|
|||||||
# define DEBUGF(fmt, args...)
|
# define DEBUGF(fmt, args...)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_CRAMFS_CMDLINE
|
|
||||||
#include <flash.h>
|
#include <flash.h>
|
||||||
|
|
||||||
#ifdef CONFIG_SYS_NO_FLASH
|
#ifdef CONFIG_SYS_NO_FLASH
|
||||||
@@ -201,7 +200,3 @@ U_BOOT_CMD(
|
|||||||
"[ directory ]\n"
|
"[ directory ]\n"
|
||||||
" - list files in a directory.\n"
|
" - list files in a directory.\n"
|
||||||
);
|
);
|
||||||
|
|
||||||
#endif /* #ifdef CONFIG_CRAMFS_CMDLINE */
|
|
||||||
|
|
||||||
/***************************************************/
|
|
||||||
|
@@ -495,7 +495,6 @@
|
|||||||
#define CONFIG_CMD_REGINFO
|
#define CONFIG_CMD_REGINFO
|
||||||
#define CONFIG_CMD_ERRATA
|
#define CONFIG_CMD_ERRATA
|
||||||
#define CONFIG_CMD_CRAMFS
|
#define CONFIG_CMD_CRAMFS
|
||||||
#define CONFIG_CRAMFS_CMDLINE
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* USB
|
* USB
|
||||||
|
@@ -83,7 +83,6 @@
|
|||||||
#define CONFIG_MTD_CONCAT
|
#define CONFIG_MTD_CONCAT
|
||||||
|
|
||||||
#define CONFIG_CMD_CRAMFS
|
#define CONFIG_CMD_CRAMFS
|
||||||
#define CONFIG_CRAMFS_CMDLINE
|
|
||||||
|
|
||||||
#ifndef CONFIG_KM_DEF_ENV_BOOTPARAMS
|
#ifndef CONFIG_KM_DEF_ENV_BOOTPARAMS
|
||||||
#define CONFIG_KM_DEF_ENV_BOOTPARAMS \
|
#define CONFIG_KM_DEF_ENV_BOOTPARAMS \
|
||||||
|
@@ -46,7 +46,6 @@
|
|||||||
#define CONFIG_CMD_EXT4_WRITE
|
#define CONFIG_CMD_EXT4_WRITE
|
||||||
#define CONFIG_CMD_CBFS
|
#define CONFIG_CMD_CBFS
|
||||||
#define CONFIG_CMD_CRAMFS
|
#define CONFIG_CMD_CRAMFS
|
||||||
#define CONFIG_CRAMFS_CMDLINE
|
|
||||||
#define CONFIG_CMD_PART
|
#define CONFIG_CMD_PART
|
||||||
#define CONFIG_DOS_PARTITION
|
#define CONFIG_DOS_PARTITION
|
||||||
#define CONFIG_HOST_MAX_DEVICES 4
|
#define CONFIG_HOST_MAX_DEVICES 4
|
||||||
|
Reference in New Issue
Block a user