Blame view

include/configs/smdk5250.h 507 Bytes
f1cbca2be   Hatim RV   SMDK5250: config:...
1
2
3
4
5
  /*
   * Copyright (C) 2012 Samsung Electronics
   *
   * Configuration settings for the SAMSUNG SMDK5250 board.
   *
1a4596601   Wolfgang Denk   Add GPL-2.0+ SPDX...
6
   * SPDX-License-Identifier:	GPL-2.0+
f1cbca2be   Hatim RV   SMDK5250: config:...
7
8
9
10
   */
  
  #ifndef __CONFIG_SMDK_H
  #define __CONFIG_SMDK_H
4c7bb1d2e   Simon Glass   exynos: Rename -d...
11
  #include <configs/exynos5250-common.h>
bf637ea5e   Simon Glass   exynos: config: M...
12
13
  #include <configs/exynos5-dt-common.h>
  #include <configs/exynos5-common.h>
f1cbca2be   Hatim RV   SMDK5250: config:...
14

ea743e659   Simon Glass   exynos: Disable L...
15
16
  #undef CONFIG_EXYNOS_FB
  #undef CONFIG_EXYNOS_DP
bf637ea5e   Simon Glass   exynos: config: M...
17
  #undef CONFIG_KEYBOARD
f94de733d   Simon Glass   config: Move arnd...
18

bf637ea5e   Simon Glass   exynos: config: M...
19
  #define CONFIG_BOARD_COMMON
f94de733d   Simon Glass   config: Move arnd...
20

f94de733d   Simon Glass   config: Move arnd...
21
  #define CONFIG_DEFAULT_CONSOLE		"console=ttySAC1,115200n8\0"
f1cbca2be   Hatim RV   SMDK5250: config:...
22
  #endif	/* __CONFIG_SMDK_H */