Date:2010-05-12 23:27:33 (13 years 7 months ago)
Author:Mirko Vogt
Commit:4ff7a9bf6aee1c9bf38a2fc70a44b23fda21a97a
Message:move defines BOOT_WITH_ENABLE_UART and BOOT_FROM_SDCARD to nanonote.h, so they're available for avt2 as well (fixes build of uboot-xburst-avt2)

Files: package/uboot-xburst/files/include/configs/nanonote.h (1 diff)
package/uboot-xburst/files/include/configs/qi_lb60.h (1 diff)

Change Details

package/uboot-xburst/files/include/configs/nanonote.h
1919#define CONFIG_JZ4740 1 /* Jz4740 SoC */
2020#define CONFIG_NANONOTE 1
2121
22#define BOOT_FROM_SDCARD 1
23#define BOOT_WITH_ENABLE_UART (1 << 1) /* Vaule for global_data.h gd->boot_option */
24
2225#define CONFIG_LCD 1 /* LCD support */
2326#define LCD_BPP LCD_COLOR32 /*5:18,24,32 bits per pixel */
2427#define CONFIG_SYS_WHITE_ON_BLACK 1
package/uboot-xburst/files/include/configs/qi_lb60.h
55
66#define CONFIG_QI_LB60 1
77
8#define BOOT_FROM_SDCARD 1
9#define BOOT_WITH_ENABLE_UART (1 << 1) /* Vaule for global_data.h gd->boot_option */
10
118#define CONFIG_BOOTARGS "mem=32M console=tty0 console=ttyS0,57600n8 ubi.mtd=2 rootfstype=ubifs root=ubi0:rootfs rw rootwait"
129#define CONFIG_BOOTARGSFROMSD "mem=32M console=tty0 console=ttyS0,57600n8 rootfstype=ext2 root=/dev/mmcblk0p2 rw rootwait"
1310#define CONFIG_BOOTCOMMAND "nand read 0x80600000 0x400000 0x200000;bootm"

Archive Download the corresponding diff file



interactive