diff options
Diffstat (limited to 'include/configs/tegra-common.h')
-rw-r--r-- | include/configs/tegra-common.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/tegra-common.h b/include/configs/tegra-common.h index dea6f8892fc..55c0f27d71f 100644 --- a/include/configs/tegra-common.h +++ b/include/configs/tegra-common.h @@ -35,12 +35,6 @@ */ #define CONFIG_SYS_MMC_MAX_DEVICE 4 -/* - * Increasing the size of the IO buffer as default nfsargs size is more - * than 256 and so it is not possible to edit it - */ -#define CONFIG_SYS_CBSIZE (1024 * 2) /* Console I/O Buffer Size */ - /* Boot Argument Buffer Size */ #define CONFIG_SYS_BARGSIZE (CONFIG_SYS_CBSIZE) |