Skip to content

Commit

Permalink
odroid: Disable the exynos-mem block device on all ubuntu defconfigs
Browse files Browse the repository at this point in the history
Also, fix permission on all odroid defconfigs (755 -> 644)
  • Loading branch information
Gu1 committed Jan 15, 2013
1 parent 95d5faf commit 5337ab7
Show file tree
Hide file tree
Showing 16 changed files with 5 additions and 5 deletions.
Empty file modified arch/arm/configs/odroidq2_android_defconfig
100755 → 100644
Empty file.
Empty file modified arch/arm/configs/odroidq_android_defconfig
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion arch/arm/configs/odroidq_ubuntu_defconfig
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -1474,7 +1474,7 @@ CONFIG_HW_RANDOM=y
# CONFIG_DCC_TTY is not set
# CONFIG_RAMOOPS is not set
CONFIG_S3C_MEM=y
CONFIG_EXYNOS_MEM=y
CONFIG_EXYNOS_MEM=n
CONFIG_I2C=y
CONFIG_I2C_BOARDINFO=y
CONFIG_I2C_COMPAT=y
Expand Down
Empty file modified arch/arm/configs/odroidu2_android_emmc_defconfig
100755 → 100644
Empty file.
Empty file modified arch/arm/configs/odroidu2_android_sdmmc_defconfig
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion arch/arm/configs/odroidu2_ubuntu_defconfig
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -1522,7 +1522,7 @@ CONFIG_HW_RANDOM=y
# CONFIG_DCC_TTY is not set
CONFIG_RAMOOPS=m
CONFIG_S3C_MEM=y
CONFIG_EXYNOS_MEM=y
CONFIG_EXYNOS_MEM=n
CONFIG_I2C=y
CONFIG_I2C_BOARDINFO=y
CONFIG_I2C_COMPAT=y
Expand Down
Empty file modified arch/arm/configs/odroidu_android_emmc_defconfig
100755 → 100644
Empty file.
Empty file modified arch/arm/configs/odroidu_android_sdmmc_defconfig
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion arch/arm/configs/odroidu_ubuntu_defconfig
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -1498,7 +1498,7 @@ CONFIG_HW_RANDOM=y
# CONFIG_DCC_TTY is not set
# CONFIG_RAMOOPS is not set
CONFIG_S3C_MEM=y
CONFIG_EXYNOS_MEM=y
CONFIG_EXYNOS_MEM=n
CONFIG_I2C=y
CONFIG_I2C_BOARDINFO=y
CONFIG_I2C_COMPAT=y
Expand Down
Empty file modified arch/arm/configs/odroidx2_android_emmc_defconfig
100755 → 100644
Empty file.
Empty file modified arch/arm/configs/odroidx2_android_sdmmc_defconfig
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion arch/arm/configs/odroidx2_ubuntu_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1521,7 +1521,7 @@ CONFIG_HW_RANDOM=y
# CONFIG_DCC_TTY is not set
CONFIG_RAMOOPS=m
CONFIG_S3C_MEM=y
CONFIG_EXYNOS_MEM=y
CONFIG_EXYNOS_MEM=n
CONFIG_I2C=y
CONFIG_I2C_BOARDINFO=y
CONFIG_I2C_COMPAT=y
Expand Down
Empty file modified arch/arm/configs/odroidx_android_42Inch_demo_defconfig
100755 → 100644
Empty file.
Empty file modified arch/arm/configs/odroidx_android_emmc_defconfig
100755 → 100644
Empty file.
Empty file modified arch/arm/configs/odroidx_android_sdmmc_defconfig
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion arch/arm/configs/odroidx_ubuntu_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1521,7 +1521,7 @@ CONFIG_HW_RANDOM=y
# CONFIG_DCC_TTY is not set
CONFIG_RAMOOPS=m
CONFIG_S3C_MEM=y
CONFIG_EXYNOS_MEM=y
CONFIG_EXYNOS_MEM=n
CONFIG_I2C=y
CONFIG_I2C_BOARDINFO=y
CONFIG_I2C_COMPAT=y
Expand Down

0 comments on commit 5337ab7

Please sign in to comment.