Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 53456066 authored by Robert Nelson's avatar Robert Nelson
Browse files

hwpack: define conf_fdtfile in *.conf


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 68469c72
No related merge requests found
......@@ -26,3 +26,5 @@ conf_zreladdr="0x90008000"
conf_loadaddr="0x90010000"
conf_initrdaddr="0x92000000"
conf_fdtaddr="0x91ff0000"
conf_fdtfile="imx51-babbage.dtb"
need_dtbs=1
\ No newline at end of file
......@@ -1424,8 +1424,6 @@ check_uboot_type () {
SYSTEM="mx51evk"
conf_board="mx51evk"
is_imx
conf_fdtfile="imx51-babbage.dtb"
need_dtbs=1
. "${DIR}"/hwpack/mx51evk.conf
convert_uboot_to_dtb_board
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment