Merge branch '2020-05-07-more-kconfig-migrations'
[oweals/u-boot.git] / include / configs / smdkc100.h
index 5b3be6d53299b9d7d91195d8d0550bc39a55412f..20d60636767c30b950596f141a766c0967c07a99 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * (C) Copyright 2009 Samsung Electronics
  * Minkyu Kang <mk7.kang@samsung.com>
@@ -5,8 +6,6 @@
  * Inki Dae <inki.dae@samsung.com>
  *
  * Configuation settings for the SAMSUNG SMDKC100 board.
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #ifndef __CONFIG_H
@@ -22,8 +21,6 @@
 
 #include <asm/arch/cpu.h>              /* get chip and board defs */
 
-#define CONFIG_ARCH_CPU_INIT
-
 /* input clock of PLL: SMDKC100 has 12MHz input clock */
 #define CONFIG_SYS_CLK_FREQ            12000000
 
@@ -45,7 +42,6 @@
 /*
  * select serial console configuration
  */
-#define CONFIG_SERIAL0                 1       /* use SERIAL 0 on SMDKC100 */
 
 /* PWM */
 #define CONFIG_PWM                     1
@@ -53,9 +49,6 @@
 /* allow to overwrite serial and ethaddr */
 #define CONFIG_ENV_OVERWRITE
 
-#define CONFIG_MTD_DEVICE
-#define CONFIG_MTD_PARTITIONS
-
 #define CONFIG_BOOTCOMMAND     "run ubifsboot"
 
 #define CONFIG_RAMDISK_BOOT    "root=/dev/ram0 rw rootfstype=ext2" \
  */
 #define CONFIG_SYS_PBSIZE      384     /* Print Buffer Size */
 /* memtest works on */
-#define CONFIG_SYS_MEMTEST_START       CONFIG_SYS_SDRAM_BASE
-#define CONFIG_SYS_MEMTEST_END         (CONFIG_SYS_SDRAM_BASE + 0x5e00000)
 #define CONFIG_SYS_LOAD_ADDR           CONFIG_SYS_SDRAM_BASE
 
 /* SMDKC100 has 1 banks of DRAM, we use only one in U-Boot */
-#define CONFIG_NR_DRAM_BANKS   1
 #define PHYS_SDRAM_1           CONFIG_SYS_SDRAM_BASE   /* SDRAM Bank #1 */
 #define PHYS_SDRAM_1_SIZE      (128 << 20)     /* 0x8000000, 128 MB Bank #1 */
 
 /*-----------------------------------------------------------------------
  * Boot configuration
  */
-#define CONFIG_ENV_SIZE                        (128 << 10)     /* 128KiB, 0x20000 */
-#define CONFIG_ENV_ADDR                        (256 << 10)     /* 256KiB, 0x40000 */
-#define CONFIG_ENV_OFFSET              (256 << 10)     /* 256KiB, 0x40000 */
 
 #define CONFIG_USE_ONENAND_BOARD_INIT
 #define CONFIG_SAMSUNG_ONENAND         1