summaryrefslogtreecommitdiff
path: root/recipes-bsp/u-boot/u-boot.inc
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2022-06-27 18:37:34 -0500
committerJohn Klug <john.klug@multitech.com>2022-11-16 18:05:35 -0600
commit198fce0fdf72b283ec8621dc0561782ea8ca1687 (patch)
treef6fe5dd287199d9191a753b662ec63933fb9994d /recipes-bsp/u-boot/u-boot.inc
parentad29d393fbd7d8b96cb5182e2c2ea845c247f332 (diff)
downloadmeta-multitech-atmel-198fce0fdf72b283ec8621dc0561782ea8ca1687.tar.gz
meta-multitech-atmel-198fce0fdf72b283ec8621dc0561782ea8ca1687.tar.bz2
meta-multitech-atmel-198fce0fdf72b283ec8621dc0561782ea8ca1687.zip
Make U-Boot configurable for SD card
Diffstat (limited to 'recipes-bsp/u-boot/u-boot.inc')
-rw-r--r--recipes-bsp/u-boot/u-boot.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot.inc b/recipes-bsp/u-boot/u-boot.inc
index f6d496a..e4e534a 100644
--- a/recipes-bsp/u-boot/u-boot.inc
+++ b/recipes-bsp/u-boot/u-boot.inc
@@ -85,7 +85,7 @@ do_patch_append () {
except TypeError:
bb.fatal("PR is missing from recipe")
f.write(PR + os.linesep)
- SDCARD = d.getvar("BB_USE_SD",True)
+ SDCARD = d.getVar("BB_USE_SD",True)
if (SDCARD == 1):
try:
S = d.getVar("S",True)