diff options
author | Paul Kocialkowski <contact@paulk.fr> | 2016-03-29 14:16:24 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-04-01 17:18:06 -0400 |
commit | 44b0cf46c1bb37bb5df7bd93cb0efa3696df78fd (patch) | |
tree | efc96292c91f716e61a73c7b4fd17d55683b5997 | |
parent | 163d876472d71bc41e8e7e7531f3a229657658e9 (diff) | |
download | u-boot-imx-44b0cf46c1bb37bb5df7bd93cb0efa3696df78fd.zip u-boot-imx-44b0cf46c1bb37bb5df7bd93cb0efa3696df78fd.tar.gz u-boot-imx-44b0cf46c1bb37bb5df7bd93cb0efa3696df78fd.tar.bz2 |
kc1: Add some sysboot and devicetree-related environment variables
This adds some environment variables for sysboot and devicetree.
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
-rw-r--r-- | include/configs/kc1.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/kc1.h b/include/configs/kc1.h index 5a698e0..ee7d9ce 100644 --- a/include/configs/kc1.h +++ b/include/configs/kc1.h @@ -232,6 +232,8 @@ "boot_mmc_dev=0\0" \ "kernel_mmc_part=7\0" \ "recovery_mmc_part=5\0" \ + "fdtfile=omap4-kc1.dtb\0" \ + "bootfile=/boot/extlinux/extlinux.conf\0" \ "bootargs=console=ttyO2,115200 mem=512M\0" /* |