From 7db44951a76cb38a5f08797ddb9ee6db114b5eda Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Mon, 10 Feb 2020 18:59:30 +0100 Subject: README: The kernel is now built automatically Signed-off-by: Denis 'GNUtoo' Carikli --- README.md | 8 -------- 1 file changed, 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: ` -- cgit v1.2.3