diff options
author | Michael Jones <michael.jones@matrix-vision.de> | 2013-02-07 23:53:37 +0000 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-02-18 13:51:20 -0500 |
commit | bb4d46455c017e40e2c5d78ad78465a270565f9e (patch) | |
tree | 7d5b8b5cd50cbd34a478fdb1b9c0920636f245ea /include/configs | |
parent | 71c4ae3f6db39b888497923573bff215b64a36bd (diff) | |
download | u-boot-imx-bb4d46455c017e40e2c5d78ad78465a270565f9e.zip u-boot-imx-bb4d46455c017e40e2c5d78ad78465a270565f9e.tar.gz u-boot-imx-bb4d46455c017e40e2c5d78ad78465a270565f9e.tar.bz2 |
omap3: mvblx: pass FPGA version to the kernel
Extract FPGA version from the .rbf and pass this info to the kernel.
Signed-off-by: Michael Jones <michael.jones@matrix-vision.de>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/omap3_mvblx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/omap3_mvblx.h b/include/configs/omap3_mvblx.h index 7bb05ca..376a3d0 100644 --- a/include/configs/omap3_mvblx.h +++ b/include/configs/omap3_mvblx.h @@ -185,6 +185,7 @@ "omapdss.def_disp=${defaultdisplay} " \ "root=${mmcroot} " \ "rootfstype=${mmcrootfstype} " \ + "mvfw.fpgavers=${fpgavers} " \ "${cmdline_suffix}\0" \ "loadbootenv=fatload mmc ${mmcdev} ${loadaddr} uEnv.txt\0" \ "importbootenv=echo Importing environment from mmc ...; " \ |