diff options
author | Tom Rini <trini@konsulko.com> | 2015-03-01 21:06:47 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-03-01 21:06:47 -0500 |
commit | fc834100950ab630f442aece500d8c9ccfa2b992 (patch) | |
tree | 7460641d70e42f819afbcbfe2361c238bbec170b /configs | |
parent | 00956eb5f313d0a62c39f4fa642ffbaa85cc955c (diff) | |
parent | 275ec28eed3d09bd924457b02ce29203172ae808 (diff) | |
download | u-boot-fc834100950ab630f442aece500d8c9ccfa2b992.zip u-boot-fc834100950ab630f442aece500d8c9ccfa2b992.tar.gz u-boot-fc834100950ab630f442aece500d8c9ccfa2b992.tar.bz2 |
Merge branch 'rmobile' of git://git.denx.de/u-boot-sh
Diffstat (limited to 'configs')
-rw-r--r-- | configs/alt_defconfig | 3 | ||||
-rw-r--r-- | configs/gose_defconfig | 3 | ||||
-rw-r--r-- | configs/koelsch_defconfig | 3 | ||||
-rw-r--r-- | configs/lager_defconfig | 3 | ||||
-rw-r--r-- | configs/porter_defconfig | 6 | ||||
-rw-r--r-- | configs/silk_defconfig | 3 |
6 files changed, 21 insertions, 0 deletions
diff --git a/configs/alt_defconfig b/configs/alt_defconfig index d722306..ff87230 100644 --- a/configs/alt_defconfig +++ b/configs/alt_defconfig @@ -1,3 +1,6 @@ CONFIG_ARM=y CONFIG_RMOBILE=y CONFIG_TARGET_ALT=y +CONFIG_DM=y +CONFIG_DM_SERIAL=y +CONFIG_SH_SDHI=y diff --git a/configs/gose_defconfig b/configs/gose_defconfig index 54a56f5..353f854 100644 --- a/configs/gose_defconfig +++ b/configs/gose_defconfig @@ -1,3 +1,6 @@ CONFIG_ARM=y CONFIG_RMOBILE=y CONFIG_TARGET_GOSE=y +CONFIG_DM=y +CONFIG_DM_SERIAL=y +CONFIG_SH_SDHI=y diff --git a/configs/koelsch_defconfig b/configs/koelsch_defconfig index 35f605c..b1e3529 100644 --- a/configs/koelsch_defconfig +++ b/configs/koelsch_defconfig @@ -1,3 +1,6 @@ CONFIG_ARM=y CONFIG_RMOBILE=y CONFIG_TARGET_KOELSCH=y +CONFIG_DM=y +CONFIG_DM_SERIAL=y +CONFIG_SH_SDHI=y diff --git a/configs/lager_defconfig b/configs/lager_defconfig index 8b4aeea..950b037 100644 --- a/configs/lager_defconfig +++ b/configs/lager_defconfig @@ -1,3 +1,6 @@ CONFIG_ARM=y CONFIG_RMOBILE=y CONFIG_TARGET_LAGER=y +CONFIG_DM=y +CONFIG_DM_SERIAL=y +CONFIG_SH_SDHI=y diff --git a/configs/porter_defconfig b/configs/porter_defconfig new file mode 100644 index 0000000..8d594d9 --- /dev/null +++ b/configs/porter_defconfig @@ -0,0 +1,6 @@ +CONFIG_ARM=y +CONFIG_RMOBILE=y +CONFIG_TARGET_PORTER=y +CONFIG_DM=y +CONFIG_DM_SERIAL=y +CONFIG_SH_SDHI=y diff --git a/configs/silk_defconfig b/configs/silk_defconfig index 515ee33..23d4f58 100644 --- a/configs/silk_defconfig +++ b/configs/silk_defconfig @@ -1,3 +1,6 @@ CONFIG_ARM=y CONFIG_RMOBILE=y CONFIG_TARGET_SILK=y +CONFIG_DM=y +CONFIG_DM_SERIAL=y +CONFIG_SH_SDHI=y |