Change Details
| package/uboot-xburst/files/include/configs/nanonote.h |
| 19 | 19 | #define CONFIG_JZ4740 1 /* Jz4740 SoC */ |
| 20 | 20 | #define CONFIG_NANONOTE 1 |
| 21 | 21 | |
| 22 | #define BOOT_FROM_SDCARD 1 |
| 23 | #define BOOT_WITH_ENABLE_UART (1 << 1) /* Vaule for global_data.h gd->boot_option */ |
| 24 | |
| 22 | 25 | #define CONFIG_LCD 1 /* LCD support */ |
| 23 | 26 | #define LCD_BPP LCD_COLOR32 /*5:18,24,32 bits per pixel */ |
| 24 | 27 | #define CONFIG_SYS_WHITE_ON_BLACK 1 |
| package/uboot-xburst/files/include/configs/qi_lb60.h |
| 5 | 5 | |
| 6 | 6 | #define CONFIG_QI_LB60 1 |
| 7 | 7 | |
| 8 | | #define BOOT_FROM_SDCARD 1 |
| 9 | | #define BOOT_WITH_ENABLE_UART (1 << 1) /* Vaule for global_data.h gd->boot_option */ |
| 10 | | |
| 11 | 8 | #define CONFIG_BOOTARGS "mem=32M console=tty0 console=ttyS0,57600n8 ubi.mtd=2 rootfstype=ubifs root=ubi0:rootfs rw rootwait" |
| 12 | 9 | #define CONFIG_BOOTARGSFROMSD "mem=32M console=tty0 console=ttyS0,57600n8 rootfstype=ext2 root=/dev/mmcblk0p2 rw rootwait" |
| 13 | 10 | #define CONFIG_BOOTCOMMAND "nand read 0x80600000 0x400000 0x200000;bootm" |
Download the corresponding diff file