|
|
@ -11,6 +11,7 @@ conf_bl_listfile="bootloader-ng"
|
|
|
|
bootloader_location="fatfs_boot"
|
|
|
|
bootloader_location="fatfs_boot"
|
|
|
|
boot_fstype="fat"
|
|
|
|
boot_fstype="fat"
|
|
|
|
boot_partition_size="96"
|
|
|
|
boot_partition_size="96"
|
|
|
|
|
|
|
|
use_sfdisk=1
|
|
|
|
spl_name="MLO"
|
|
|
|
spl_name="MLO"
|
|
|
|
boot_name="u-boot.img"
|
|
|
|
boot_name="u-boot.img"
|
|
|
|
|
|
|
|
|
|
|
@ -45,6 +46,8 @@ kernel_repo="TESTING"
|
|
|
|
|
|
|
|
|
|
|
|
usbnet_mem="32768"
|
|
|
|
usbnet_mem="32768"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
conf_swapsize_mb="2048"
|
|
|
|
|
|
|
|
|
|
|
|
#Kernel: Bootloader Settings:
|
|
|
|
#Kernel: Bootloader Settings:
|
|
|
|
conf_zreladdr="0x80008000"
|
|
|
|
conf_zreladdr="0x80008000"
|
|
|
|
conf_loadaddr="0x80300000"
|
|
|
|
conf_loadaddr="0x80300000"
|
|
|
|