From 0257930ba039e3074eb7975685beb1c482a61080 Mon Sep 17 00:00:00 2001 From: Paul Kocialkowski Date: Mon, 20 Jul 2015 15:17:11 +0200 Subject: LG Optimus Black (P970) codename sniper support The LG Optimus Black (P970) codename sniper is a smartphone that was designed and manufactured by LG Electronics (LGE) and released back in 2011. It is using an OMAP3630 SoC GP version, which allows running U-Boot and the U-Boot SPL from the ground up. This port is aimed at running an Android version such as Replicant, the fully free Android distribution. However, support for upstream Linux with device-tree and common GNU/Linux distros boot commands could be added in the future. For more information about the journey to freeing this device, please read the series of blog posts at: http://code.paulk.fr/article20/a-hacker-s-journey-freeing-a-phone-from-the-ground-up-first-part Signed-off-by: Paul Kocialkowski Reviewed-by: Tom Rini [trini: Add CONFIG_OF_SUPPORT] Signed-off-by: Tom Rini --- configs/sniper_defconfig | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 configs/sniper_defconfig (limited to 'configs') diff --git a/configs/sniper_defconfig b/configs/sniper_defconfig new file mode 100644 index 0000000..d2e10a9 --- /dev/null +++ b/configs/sniper_defconfig @@ -0,0 +1,7 @@ +CONFIG_ARM=y +CONFIG_OMAP34XX=y +CONFIG_TARGET_SNIPER=y +CONFIG_SPL=y +# CONFIG_CMD_IMLS is not set +# CONFIG_CMD_FLASH is not set +# CONFIG_CMD_FPGA is not set -- cgit v1.1