ib62x0.h (96764df1b47ddebfb50fadf5af72530b07b5fc89) | ib62x0.h (949a77109747d5db7d559359d3ec24bade653be8) |
---|---|
1/* 2 * Copyright (C) 2011-2012 3 * Gerald Kerma <dreagle@doukki.net> 4 * Luka Perkov <luka@openwrt.org> 5 * 6 * See file CREDITS for list of people who contributed to this 7 * project. 8 * --- 74 unchanged lines hidden (view full) --- 83#define CONFIG_ENV_OFFSET 0x80000 84 85/* 86 * Default environment variables 87 */ 88#define CONFIG_BOOTCOMMAND \ 89 "setenv bootargs ${console} ${mtdparts} ${bootargs_root}; " \ 90 "ubi part root; " \ | 1/* 2 * Copyright (C) 2011-2012 3 * Gerald Kerma <dreagle@doukki.net> 4 * Luka Perkov <luka@openwrt.org> 5 * 6 * See file CREDITS for list of people who contributed to this 7 * project. 8 * --- 74 unchanged lines hidden (view full) --- 83#define CONFIG_ENV_OFFSET 0x80000 84 85/* 86 * Default environment variables 87 */ 88#define CONFIG_BOOTCOMMAND \ 89 "setenv bootargs ${console} ${mtdparts} ${bootargs_root}; " \ 90 "ubi part root; " \ |
91 "ubifsmount root; " \ | 91 "ubifsmount ubi:root; " \ |
92 "ubifsload 0x800000 ${kernel}; " \ 93 "ubifsload 0x1100000 ${initrd}; " \ 94 "bootm 0x800000 0x1100000" 95 96#define CONFIG_MTDPARTS \ 97 "mtdparts=orion_nand:" \ 98 "0x80000@0x0(uboot)," \ 99 "0x20000@0x80000(uboot_env)," \ --- 53 unchanged lines hidden --- | 92 "ubifsload 0x800000 ${kernel}; " \ 93 "ubifsload 0x1100000 ${initrd}; " \ 94 "bootm 0x800000 0x1100000" 95 96#define CONFIG_MTDPARTS \ 97 "mtdparts=orion_nand:" \ 98 "0x80000@0x0(uboot)," \ 99 "0x20000@0x80000(uboot_env)," \ --- 53 unchanged lines hidden --- |