From 2b366ef8b89f29a0ba7ccbc8de296c5b76e8997a Mon Sep 17 00:00:00 2001 From: Roland Hieber Date: Tue, 20 Aug 2019 16:21:57 +0200 Subject: treewide: remove all leftover references to "u-boot-v2" Fixes: 8def36f40f44f2cdb83c ("u-boot-v2: remove in favor of barebox") Signed-off-by: Roland Hieber Signed-off-by: Michael Olbrich --- bin/ptxdist | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'bin/ptxdist') diff --git a/bin/ptxdist b/bin/ptxdist index 343d80a70..d4e51a7ef 100755 --- a/bin/ptxdist +++ b/bin/ptxdist @@ -53,11 +53,6 @@ menu() { menu=( "${menu[@]}" "kernel" "Configure Kernel (${kernel_version})" ) fi - local u_boot_v2_version="$(ptxd_get_ptxconf PTXCONF_U_BOOT_V2_VERSION)" - if [ -n "${u_boot_v2_version}" ]; then - menu=( "${menu[@]}" "u-boot-v2" "Configure U-Boot-v2 (${u_boot_v2_version})" ) - fi - local barebox_version="$(ptxd_get_ptxconf PTXCONF_BAREBOX_VERSION)" if [ -n "${barebox_version}" ]; then menu=( "${menu[@]}" "barebox" "Configure barebox (${barebox_version})" ) @@ -113,7 +108,7 @@ menu() { menu_select "${cmd}" ;; - ptx|platform|kernel|u-boot-v2|barebox|board|user) + ptx|platform|kernel|barebox|board|user) do_config menuconfig "${cmd}" # FIXME: reread user config file ;; @@ -917,9 +912,6 @@ Setup and Project Actions: menuconfig barebox configure the bootloader Barebox - menuconfig u-boot-v2 - u_boot_config configure U-Boot V2 - oldconfig run 'make oldconfig' on ptxconfig file allmodconfig run 'make allmodconfig' on ptxconfig file allyesconfig run 'make allyesconfig' on ptxconfig file @@ -1848,11 +1840,6 @@ parse_second() exit ;; - u_boot_config) - do_config menuconfig u-boot-v2 - exit - ;; - boardsetup) check_config && do_config menuconfig board -- cgit v1.2.3