|
|
|
@ -351,7 +351,7 @@ function boot_uenv_txt_template {
|
|
|
|
|
__EOF__
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
if [ "${need_dtbs}" ] ; then
|
|
|
|
|
if [ "${need_dtbs}" ] && [ "x${conf_board}" != "xBEAGLEBONE_A" ]; then
|
|
|
|
|
cat >> ${TEMPDIR}/bootscripts/normal.cmd <<-__EOF__
|
|
|
|
|
initrd_high=0xffffffff
|
|
|
|
|
fdt_high=0xffffffff
|
|
|
|
@ -1574,12 +1574,6 @@ function check_uboot_type {
|
|
|
|
|
|
|
|
|
|
#just to disable the omapfb stuff..
|
|
|
|
|
USE_KMS=1
|
|
|
|
|
conf_zreladdr="0x80008000"
|
|
|
|
|
conf_loadaddr="0x80200000"
|
|
|
|
|
conf_fdtaddr="0x815f0000"
|
|
|
|
|
#u-boot:rdaddr="0x81000000"
|
|
|
|
|
#initrdaddr = 0x80200000 + 10(mb) * 10 0000 = 0x80C0 0000 (10MB)
|
|
|
|
|
conf_initrdaddr="0x81000000"
|
|
|
|
|
;;
|
|
|
|
|
bone-video)
|
|
|
|
|
need_am335x_firmware="1"
|
|
|
|
@ -1598,12 +1592,6 @@ function check_uboot_type {
|
|
|
|
|
|
|
|
|
|
#just to disable the omapfb stuff..
|
|
|
|
|
USE_KMS=1
|
|
|
|
|
conf_zreladdr="0x80008000"
|
|
|
|
|
conf_loadaddr="0x80200000"
|
|
|
|
|
conf_fdtaddr="0x815f0000"
|
|
|
|
|
#u-boot:rdaddr="0x81000000"
|
|
|
|
|
#initrdaddr = 0x80200000 + 10(mb) * 10 0000 = 0x80C0 0000 (10MB)
|
|
|
|
|
conf_initrdaddr="0x81000000"
|
|
|
|
|
;;
|
|
|
|
|
|
|
|
|
|
bone_dt|bone_dtb)
|
|
|
|
|