X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=include%2Fconfigs%2Fmpc5121-common.h;h=f06ca9c6afada80fd76ec94c92d7c56f536f734c;hb=adad96e60d0eb1bbc4d0b96c89decf385a426e42;hp=a5e77c5a791302ffd1fc0df31ae5c7602a5b2d21;hpb=0c0892be0d93a5a892b93739c5eb3bf692fed4ff;p=people%2Fms%2Fu-boot.git diff --git a/include/configs/mpc5121-common.h b/include/configs/mpc5121-common.h index a5e77c5a79..f06ca9c6af 100644 --- a/include/configs/mpc5121-common.h +++ b/include/configs/mpc5121-common.h @@ -4,20 +4,7 @@ * * Common configuration options for MPC5121 based boards * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, - * MA 02111-1307 USA + * SPDX-License-Identifier: GPL-2.0+ */ #ifndef __MPC5121_COMMON_H @@ -42,10 +29,5 @@ {300, 600, 1200, 2400, 4800, 9600, 19200, 38400, 57600, 115200} #define CONFIG_CMDLINE_EDITING 1 /* command line history */ -/* Use the HUSH parser */ -#define CONFIG_SYS_HUSH_PARSER -#ifdef CONFIG_SYS_HUSH_PARSER -#define CONFIG_SYS_PROMPT_HUSH_PS2 "> " -#endif #endif /* __MPC5121_COMMON_H */