diff options
| author | Tom Rini <[email protected]> | 2019-02-10 08:11:32 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2019-02-10 08:11:32 -0500 |
| commit | 151b8339ccd33428d249e75bd036bd7eb33c1ef6 (patch) | |
| tree | 956862276c1a927bd1feea1d8f455047e267a92b /include/configs | |
| parent | 2e8560797fc69a34c330a875da4f5d2992452f1e (diff) | |
| parent | afcd64579486e1745a3cb964bfe36267d90b4c3e (diff) | |
Merge tag 'dm-pull-10feb19' of git://git.denx.de/u-boot-dm
Samsung sound patches (applied for Samsung maintainer)
Common sound support
buildman environment support
of-platdata documentation improvements
Diffstat (limited to 'include/configs')
| -rw-r--r-- | include/configs/axs10x.h | 5 | ||||
| -rw-r--r-- | include/configs/hsdk.h | 5 | ||||
| -rw-r--r-- | include/configs/odroid.h | 1 | ||||
| -rw-r--r-- | include/configs/odroid_xu3.h | 1 |
4 files changed, 0 insertions, 12 deletions
diff --git a/include/configs/axs10x.h b/include/configs/axs10x.h index e128d1c08ba..0f4d78a5945 100644 --- a/include/configs/axs10x.h +++ b/include/configs/axs10x.h @@ -32,11 +32,6 @@ #define CONFIG_SYS_LOAD_ADDR 0x82000000 /* - * This board might be of different versions so handle it - */ -#define CONFIG_BOARD_TYPES - -/* * NAND Flash configuration */ #define CONFIG_SYS_NAND_BASE (ARC_FPGA_PERIPHERAL_BASE + 0x16000) diff --git a/include/configs/hsdk.h b/include/configs/hsdk.h index 9af1d12701c..7735cc17208 100644 --- a/include/configs/hsdk.h +++ b/include/configs/hsdk.h @@ -33,11 +33,6 @@ #define CONFIG_SYS_LOAD_ADDR 0x82000000 /* - * This board might be of different versions so handle it - */ -#define CONFIG_BOARD_TYPES - -/* * UART configuration */ #define CONFIG_SYS_NS16550_SERIAL diff --git a/include/configs/odroid.h b/include/configs/odroid.h index c3520bb15f4..b8809c8dcc7 100644 --- a/include/configs/odroid.h +++ b/include/configs/odroid.h @@ -186,7 +186,6 @@ * TODO: Add Odroid X support */ #define CONFIG_MISC_COMMON -#define CONFIG_BOARD_TYPES #undef CONFIG_REVISION_TAG diff --git a/include/configs/odroid_xu3.h b/include/configs/odroid_xu3.h index 0337c264752..f178549a722 100644 --- a/include/configs/odroid_xu3.h +++ b/include/configs/odroid_xu3.h @@ -87,7 +87,6 @@ /* Set soc_rev, soc_id, board_rev, boardname, fdtfile */ #define CONFIG_ODROID_REV_AIN 9 #define CONFIG_REVISION_TAG -#define CONFIG_BOARD_TYPES #undef CONFIG_SYS_BOARD #define CONFIG_SYS_BOARD "odroid" |
