Browse Source

create_sunxi - uppercase for uboot variables

Émile Morel 10 years ago
parent
commit
1c433679ee
1 changed files with 1 additions and 1 deletions
  1. 1 1
      olinux/create_sunxi_boot_files.sh

+ 1 - 1
olinux/create_sunxi_boot_files.sh

@@ -79,7 +79,7 @@ mkdir -p /olinux/sunxi/
 ## Sunxi u-boot
 clone_or_pull u-boot git://git.denx.de
 cd /olinux/sunxi/u-boot/
-make $u_boot_config ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf-
+make $U_BOOT_CONFIG ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf-
 if [ "$LOGO" ] ; then
   cp /olinux/logo/LDN_logo.bmp /olinux/sunxi/u-boot/tools/logos/denx.bmp
   sed -i -e 's/#define CONFIG_VIDEO_LOGO/#define CONFIG_VIDEO_LOGO\n#define CONFIG_VIDEO_BMP_LOGO/' /olinux/sunxi/u-boot/include/configs/sunxi-common.h