Changeset 4035
- Timestamp:
- 02/10/08 08:57:55 (5 years ago)
- Location:
- trunk/src/target/u-boot/patches
- Files:
-
- 1 added
- 2 edited
-
env-override.patch (added)
-
series (modified) (2 diffs)
-
uboot-gta02.patch (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/target/u-boot/patches/series
r4034 r4035 48 48 # move these later, once the dust has settled 49 49 default-env.patch 50 env-override.patch 50 51 console-ansi.patch 51 52 boot-menu.patch … … 85 86 86 87 # keep this here until we have time to bubble it into the stack 87 nor-default-env.patch88 ##nor-default-env.patch 88 89 89 90 # let's see what upstream thinks about this -
trunk/src/target/u-boot/patches/uboot-gta02.patch
r4026 r4035 610 610 --- /dev/null 611 611 +++ u-boot/include/configs/neo1973_gta02.h 612 @@ -0,0 +1,28 6@@612 @@ -0,0 +1,287 @@ 613 613 +/* 614 614 + * (C) Copyright 2007 OpenMoko, Inc. … … 823 823 +#define CFG_ENV_OFFSET_OOB 1 /* Location of ENV stored in block 0 OOB */ 824 824 +#define CFG_PREBOOT_OVERRIDE 1 /* allow preboot from memory */ 825 +#define CFG_ENV_OVERRIDE /* allow pre-loading the environment */ 825 826 + 826 827 +#define NAND_MAX_CHIPS 1
Note: See TracChangeset
for help on using the changeset viewer.
