summaryrefslogtreecommitdiffstats
path: root/platforms
diff options
context:
space:
mode:
authorRoland Hieber <r.hieber@pengutronix.de>2018-05-30 18:39:01 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-05-31 09:36:22 +0200
commit8def36f40f44f2cdb83c51398fa788c3bd5e49ff (patch)
treeb75ae330e7a4fbf341e4c88935c63d8c638693c3 /platforms
parent6e40f50e98b9fde53c8cca9ceb0780d0713dbd1f (diff)
downloadptxdist-8def36f40f44f2cdb83c51398fa788c3bd5e49ff.tar.gz
ptxdist-8def36f40f44f2cdb83c51398fa788c3bd5e49ff.tar.xz
u-boot-v2: remove in favor of barebox
Historical package that has since been renamed to barebox. Fixes: 6815a8a1789ed3b3437436e0f859 ("[barebox] add new packet barebox") Signed-off-by: Roland Hieber <r.hieber@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'platforms')
-rw-r--r--platforms/u-boot-v2.in32
1 files changed, 0 insertions, 32 deletions
diff --git a/platforms/u-boot-v2.in b/platforms/u-boot-v2.in
deleted file mode 100644
index 5ceffdf54..000000000
--- a/platforms/u-boot-v2.in
+++ /dev/null
@@ -1,32 +0,0 @@
-## SECTION=bootloader
-
-menuconfig U_BOOT_V2
- select BOOTLOADER
- prompt "U-Boot V2 "
- bool
-
-config U_BOOT_V2_VERSION
- prompt "u-boot-v2 version"
- depends on U_BOOT_V2
- string
- default "2.0.0"
-
-config U_BOOT_V2_MD5
- prompt "u-boot-v2 source md5"
- depends on U_BOOT_V2
- string
-
-config U_BOOT_V2_CONFIG
- prompt "config file"
- depends on U_BOOT_V2
- string
- default "u-boot-v2.config"
- help
- this entry specifies the .config file used to compile your U-Boot
-
-config U_BOOT_V2_ARCH_STRING
- depends on U_BOOT_V2
- string
- default "arm" if ARCH_ARM
- default "blackfin" if ARCH_BLACKFIN
- default "ppc" if ARCH_PPC