aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-02-10 18:59:30 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-02-10 18:59:30 +0100
commit7db44951a76cb38a5f08797ddb9ee6db114b5eda (patch)
treede038958aaa0b6c3326214e4cf632c40a95ac808
parent1b3d1119156fb8648fa5d7f26e89d37ae13ee831 (diff)
downloaddevice_samsung_i9300-7db44951a76cb38a5f08797ddb9ee6db114b5eda.tar.gz
device_samsung_i9300-7db44951a76cb38a5f08797ddb9ee6db114b5eda.tar.bz2
device_samsung_i9300-7db44951a76cb38a5f08797ddb9ee6db114b5eda.zip
README: The kernel is now built automatically
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--README.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/README.md b/README.md
index 5381f10..f6026c1 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,5 @@
# Device tree for Samsung Galaxy SIII 4G (GT-I9305)
-This device tree can be used in combination with the AOSP master
-branches and the mainlinish Linux kernel developed at
-git@git.putti.eu:aosp/kernel_i9305.git
-
-Compile the kernel with: `ARCH=arm make midas_defconfig && ARCH=arm CROSS_COMPILE=arm-none-eabi- make zImage dtbs && cat arch/arm/boot/zImage arch/arm/boot/dts/exynos4412-i9305.dtb > Image.gz-dtb`
-
-Copy the compiled kernel then to device/samsung/i9305-kernel/.
-
Run the following commands to build AOSP:
`