diff options
author | Petr Vorel | 2018-03-24 01:49:24 +0100 |
---|---|---|
committer | Heiko Schocher | 2018-03-24 06:37:25 +0100 |
commit | c0ce4ceaba03fa6ddf738628344025c44fc78dd4 (patch) | |
tree | 2355a3175edf3cd99159af92ff23561c0c792215 /include/configs/am335x_igep003x.h | |
parent | afb6fda2ae0b04f806a55fc5882df49a8eab572d (diff) |
Convert CONFIG_UBI_SILENCE_MSG to Kconfig
Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
Diffstat (limited to 'include/configs/am335x_igep003x.h')
-rw-r--r-- | include/configs/am335x_igep003x.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/am335x_igep003x.h b/include/configs/am335x_igep003x.h index e00c73dab33..fe3f838598f 100644 --- a/include/configs/am335x_igep003x.h +++ b/include/configs/am335x_igep003x.h @@ -22,9 +22,6 @@ #define CONFIG_ENV_SIZE (96 << 10) /* 96 KiB */ -/* Make the verbose messages from UBI stop printing */ -#define CONFIG_UBI_SILENCE_MSG - #define CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG #ifndef CONFIG_SPL_BUILD |