summaryrefslogtreecommitdiffstats
path: root/external/meta-updater-raspberrypi/recipes-bsp/u-boot/u-boot-fw-utils_%.bbappend
blob: 77649653d0e69ec8a3896ff466a0040ef9ab6b44 (plain)
1
2
3
4
5
6
7
8
9
do_install_append () {

  cat >${D}${sysconfdir}/fw_env.config <<EOF

/mnt/bootpart/uboot.env 0x0000    0x4000

EOF
}