]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
exynos: Move common exynos settings into a common file
authorSimon Glass <sjg@chromium.org>
Wed, 8 Oct 2014 04:01:45 +0000 (22:01 -0600)
committerMinkyu Kang <mk7.kang@samsung.com>
Wed, 8 Oct 2014 08:25:47 +0000 (17:25 +0900)
commit5ea01ab10dcdab41d1bfb1972b4b2298d5a26fcf
tree5fc1bef35a40c7e02a9a3ee8476adeb8c2b1ab3e
parent4c7bb1d2e0526d26972969d4c01fd6c760d4d865
exynos: Move common exynos settings into a common file

Since exynos4 and exyno5 share many settings, we should move these into
a common file to avoid duplication.

In effect the changes are that all exynos boards now have EXT4 and FAT
write support. This affects exynos5250 and exynos5420 which previously
did not. This also disables the ext2 commands which are equivalent to
ext4 anyway.

Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
include/configs/exynos-common.h [new file with mode: 0644]
include/configs/exynos4-common.h
include/configs/exynos5-common.h
include/configs/origen.h
include/configs/s5pc210_universal.h
include/configs/smdk5250.h
include/configs/snow.h
include/configs/trats.h
include/configs/trats2.h