Lines Matching +full:0 +full:x800000
35 #define CONFIG_ENV_SECT_SIZE 0x20000
37 #define CONFIG_ENV_SIZE 0x20000
38 #define CONFIG_ENV_OFFSET 0xe0000
45 "ubifsload 0x800000 ${kernel}; " \
46 "ubifsload 0x700000 ${fdt}; " \
48 "fdt addr 0x700000; fdt resize; fdt chosen; " \
49 "bootz 0x800000 - 0x700000"
53 "0xe0000@0x0(uboot)," \
54 "0x20000@0xe0000(uboot_env)," \
55 "0x100000@0x100000(second_stage_uboot)," \
56 "-@0x200000(root)\0"
59 "console=console=ttyS0,115200\0" \
60 "mtdids=nand0=orion_nand\0" \
62 "kernel=/boot/zImage\0" \
63 "fdt=/boot/nsa310s.dtb\0" \
64 "bootargs_root=ubi.mtd=3 root=ubi0:rootfs rootfstype=ubifs rw\0"
70 #define CONFIG_MVGBE_PORTS {1, 0} /* enable port 0 only */