X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fconfigs%2Fcobra5272.h;h=24a3d1b76c140262c17b5c2b14f2f0e56792c319;hb=44ab2d325b79d3ce6123495c5ce52410655a58fb;hp=9adf7a35f0ed32227dfab9eb8332b18a64922aa9;hpb=5619295995e3262bb5770e8b5e945ffdc5442145;p=u-boot diff --git a/include/configs/cobra5272.h b/include/configs/cobra5272.h index 9adf7a35f0..24a3d1b76c 100644 --- a/include/configs/cobra5272.h +++ b/include/configs/cobra5272.h @@ -1,9 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Configuation settings for the Sentec Cobra Board. * * (C) Copyright 2003 Josef Baumgartner - * - * SPDX-License-Identifier: GPL-2.0+ */ /* --- @@ -109,9 +108,6 @@ * BOOTP options */ #define CONFIG_BOOTP_BOOTFILESIZE -#define CONFIG_BOOTP_BOOTPATH -#define CONFIG_BOOTP_GATEWAY -#define CONFIG_BOOTP_HOSTNAME /* * Command line configuration. @@ -167,17 +163,6 @@ from which user programs will be started */ /*---*/ -#define CONFIG_SYS_LONGHELP /* undef to save memory */ - -#if defined(CONFIG_CMD_KGDB) -#define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ -#else -#define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */ -#endif -#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) /* Print Buffer Size */ -#define CONFIG_SYS_MAXARGS 16 /* max number of command args */ -#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot Argument Buffer Size */ - /* *----------------------------------------------------------------------------- * End of user parameters to be customized