I think only our code uses this variable. For that we don't need to export
to the environment, so stop doing it.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
# modules). return value must match one of the architecture directories
# in the kernel source "arch" directory
export ARCH = "${@oe.kernel.map_kernel_arch(d)}"
-export UBOOT_ARCH = "${@oe.kernel.map_uboot_arch(d)}"
+UBOOT_ARCH = "${@oe.kernel.map_uboot_arch(d)}"
# Set TARGET_??_KERNEL_ARCH in the machine .conf to set architecture
# specific options necessary for building the kernel and modules.