|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
#https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/arch/arm/boot/dts?id=refs/tags/v3.9-rc6
|
|
|
|
|
# --dtb imx51-babbage (Freescale i.MX51 Babbage Board:supported)
|
|
|
|
|
|
|
|
|
|
SYSTEM="mx51evk"
|
|
|
|
|
SYSTEM="video"
|
|
|
|
|
|
|
|
|
|
#Bootloader:
|
|
|
|
|
conf_board="MX51EVK"
|
|
|
|
@ -22,7 +22,8 @@ boot_name="u-boot.imx"
|
|
|
|
|
boot_image="bootz"
|
|
|
|
|
boot_script="uEnv.txt"
|
|
|
|
|
boot_fstype="ext2"
|
|
|
|
|
uboot_SCRIPT_ENTRY="loaduimage"
|
|
|
|
|
uboot_USE_MMC_DEFINES=1
|
|
|
|
|
uboot_SCRIPT_ENTRY="uenvcmd"
|
|
|
|
|
uboot_CMD_LOAD="load"
|
|
|
|
|
|
|
|
|
|
#Kernel:
|
|
|
|
@ -47,5 +48,4 @@ SERIAL_MODE=1
|
|
|
|
|
|
|
|
|
|
VIDEO_CONSOLE="console=tty0"
|
|
|
|
|
HAS_IMX_BLOB=1
|
|
|
|
|
VIDEO_FB="mxcdi1fb"
|
|
|
|
|
VIDEO_TIMING="RGB24,1280x720M@60"
|
|
|
|
|
conf_imx_video="video=mxcdi1fb=RGB24,1280x720M@60"
|
|
|
|
|