X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fap121.h;h=4902d07247e69c7af123f804418b9bb3df77e518;hb=19ea606109135c3d9892d86e1b1c2a8fb551cc1b;hp=247f44bbad3e3e4496a805ffab5f7bcb11af2561;hpb=e89f8aae3d67cd3d2d04cedd9735c5e5fd32b621;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/ap121.h b/include/configs/ap121.h index 247f44b..4902d07 100644 --- a/include/configs/ap121.h +++ b/include/configs/ap121.h @@ -1,7 +1,6 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (C) 2015-2016 Wills Wang - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef __CONFIG_H @@ -31,17 +30,10 @@ "mtdparts default;" \ "bootm 0x9f650000" -#define CONFIG_ENV_SPI_MAX_HZ 25000000 -#define CONFIG_ENV_OFFSET 0x40000 -#define CONFIG_ENV_SECT_SIZE 0x10000 -#define CONFIG_ENV_SIZE 0x10000 - /* Miscellaneous configurable options */ /* * Diagnostics */ -#define CONFIG_SYS_MEMTEST_START 0x80100000 -#define CONFIG_SYS_MEMTEST_END 0x83f00000 #endif /* __CONFIG_H */