#!/bin/sh
# Arg: 1
# u-boot - postinst
#!/bin/sh -e
if [ x"$D" = "x" ]; then
    # Actions to carry out on the device go here
    /usr/bin/program-u-boot.sh /boot/u-boot-eotdrv2-10.54-r0.bin
else
    exit 1
fi