X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fts4600.h;h=a107e96530ecaabff71fd4f10fcd405c3538c5c6;hb=4862830b696a6d0750e19d32a82553cdb41a85f8;hp=2219a5362d97e854a90fa3a8f3c98d97f652b2dc;hpb=c83a824e62277162ad35f52879b2316902c0eff5;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/ts4600.h b/include/configs/ts4600.h index 2219a53..a107e96 100644 --- a/include/configs/ts4600.h +++ b/include/configs/ts4600.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * (C) Copyright 2016 Savoir-faire Linux Inc. * @@ -8,20 +9,13 @@ * Freescale Semiconductor, Inc. * * Configuration settings for the TS4600 Board - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef __CONFIGS_TS4600_H__ #define __CONFIGS_TS4600_H__ -/* System configurations */ -#define CONFIG_MX28 /* i.MX28 SoC */ - /* U-Boot Commands */ -#define CONFIG_SYS_NO_FLASH /* No NOR Flash */ /* Memory configuration */ -#define CONFIG_NR_DRAM_BANKS 1 /* 1 bank of DRAM */ #define PHYS_SDRAM_1 0x40000000 /* Base address */ #define PHYS_SDRAM_1_SIZE 0x40000000 /* Max 1 GB RAM */ #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1