X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Famcore.h;h=4daa0bafe8c379724e79358862a0ff5ce1f0b3e9;hb=2b9b9cdd5f9ae1cbc786ba3c2255a51b3ea4a636;hp=77fc1ef61b86b47fbea8d0b67c304e12c67c062f;hpb=1f20fc53b382ece8da7440f354b219deb7ed19df;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/amcore.h b/include/configs/amcore.h index 77fc1ef..4daa0ba 100644 --- a/include/configs/amcore.h +++ b/include/configs/amcore.h @@ -1,16 +1,14 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Sysam AMCORE board configuration * * (C) Copyright 2016 Angelo Dureghello - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef __AMCORE_CONFIG_H #define __AMCORE_CONFIG_H -#define CONFIG_AMCORE -#define CONFIG_HOSTNAME AMCORE +#define CONFIG_HOSTNAME "AMCORE" #define CONFIG_MCFTMR #define CONFIG_MCFUART @@ -31,12 +29,7 @@ "cp.b 0x20000 0xfff00000 ${filesize}\0" /* undef to save memory */ -#undef CONFIG_SYS_LONGHELP - -/* Boot argument buffer size */ -#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE -#define CONFIG_AUTO_COMPLETE 1 /* add autocompletion support */ #define CONFIG_MX_CYCLIC 1 /* enable mdc/mwc commands */ #define CONFIG_SYS_LOAD_ADDR 0x20000 /* default load address */ @@ -65,9 +58,6 @@ #define CONFIG_SYS_MAX_FLASH_SECT 1024 #define CONFIG_SYS_FLASH_ERASE_TOUT 1000 -#define CONFIG_SYS_FLASH_CFI -#define CONFIG_FLASH_CFI_DRIVER -#define CONFIG_SYS_FLASH_USE_BUFFER_WRITE /* amcore design has flash data bytes wired swapped */ #define CONFIG_SYS_WRITE_SWAPPED_DATA /* reserve 128-4KB */